postgresql/src/test/regress
Tom Lane 3922f10646 Fix bogus logic for combining range-partitioned columns during pruning.
gen_prune_steps_from_opexps's notion of how to do this was overly
complicated and underly correct.

Per discussion of a report from Alan Jackson (though this fixes only one
aspect of that problem).  Back-patch to v11 where this code came in.

Amit Langote

Discussion: https://postgr.es/m/FAD28A83-AC73-489E-A058-2681FA31D648@tvsquared.com
2019-05-16 16:25:43 -04:00
..
data
expected Fix bogus logic for combining range-partitioned columns during pruning. 2019-05-16 16:25:43 -04:00
input Fix tablespace inheritance for partitioned rels 2019-04-25 10:31:32 -04:00
output Message style fixes 2019-04-30 10:33:37 -04:00
sql Fix bogus logic for combining range-partitioned columns during pruning. 2019-05-16 16:25:43 -04:00
.gitignore
GNUmakefile Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
Makefile
parallel_schedule Remove reindex_catalog test from test schedules. 2019-05-10 12:44:31 -07:00
pg_regress_main.c tableam: introduce table AM infrastructure. 2019-03-06 09:54:38 -08:00
pg_regress.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
pg_regress.h
README
regress.c Build out the planner support function infrastructure. 2019-02-09 18:32:23 -05:00
regressplans.sh
resultmap Cygwin and Mingw floating-point fixes. 2019-02-16 01:50:16 +00:00
serial_schedule Remove reindex_catalog test from test schedules. 2019-05-10 12:44:31 -07:00
standby_schedule

Documentation concerning how to run these regression tests and interpret
the results can be found in the PostgreSQL manual, in the chapter
"Regression Tests".