pg_ivm/expected
Yugo Nagata 3ea7c0b594 Fix a bug of automatic index creation
It is intended that a unique index is created only if all primary
keys of tables in FROM clause appear in the target list. For this
purpose, pull_varnos_of_level was used to extract relations in the
FROM clause, but it is incorrect and actually we should use
get_relids_in_jointree.

Due to this bug, an index could be created even even where there
is a pkey attribute from just one of relations in FROM clause.
2022-12-15 19:28:47 +09:00
..
create_immv.out Fix not to create IMMV including other IMMV(#30) (#31) 2022-10-18 15:51:41 +09:00
pg_ivm.out Fix a bug of automatic index creation 2022-12-15 19:28:47 +09:00
refresh_immv.out Improve refresh_immv behavior a bit 2022-06-23 11:33:06 +09:00