postgresql/src/test/regress
Tom Lane ed5d55dafe Fix a bug in the original implementation of redundant-join-clause removal:
clauses in which one side or the other references both sides of the join
cannot be removed as redundant, because that expression won't have been
constrained below the join.  Per report from Sergey Burladyan.

CVS HEAD does not contain this bug due to EquivalenceClass rewrite, but it
seems wise to include the regression test for it anyway.
2007-07-31 19:53:37 +00:00
..
data GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
expected Fix a bug in the original implementation of redundant-join-clause removal: 2007-07-31 19:53:37 +00:00
input Make the newly-added regression tests for lo_truncate() consistent 2007-03-03 22:57:04 +00:00
output Arrange for quote_identifier() and pg_dump to not quote keywords that are 2007-06-18 21:40:58 +00:00
sql Fix a bug in the original implementation of redundant-join-clause removal: 2007-07-31 19:53:37 +00:00
GNUmakefile Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
pg_regress_main.c Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
pg_regress.c Cast NULL to a pointer type in the execl() call, to avoid a compiler warning on 2007-07-18 21:19:17 +00:00
pg_regress.h Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
regress.c Make use of plancache module for SPI plans. In particular, since plpgsql 2007-03-15 23:12:07 +00:00
regressplans.sh Tweak regressplans.sh to use any already-set PGOPTIONS. 2000-12-18 02:45:47 +00:00
resultmap Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
serial_schedule Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00