pg_ivm/expected
Yugo Nagata 8dfc6d8b3d Fix regression tests on subqueries
Some conditions on view definition that should be prohibited,
for example,

- SELECT ... FROM func(..., (SELECT ... FROM ...), ..) ...;
- SELECT expr(SELECT ... FROM ...) FROM ...;

were not checked. Also, some error messages and the order of
tests are improved.
2023-01-25 11:40:23 +09:00
..
create_immv.out Fix segmentation fault in incorrect view def (#39) 2022-12-15 19:03:49 +09:00
pg_ivm.out Fix regression tests on subqueries 2023-01-25 11:40:23 +09:00
refresh_immv.out Improve refresh_immv behavior a bit 2022-06-23 11:33:06 +09:00