postgresql/src/test/regress
Robert Haas 8a8afe2f54 Fix some problems in check_new_partition_bound().
Account for the fact that the highest bound less than or equal to the
upper bound might be either the lower or the upper bound of the
overlapping partition, depending on whether the proposed partition
completely contains the existing partition or merely overlaps it.

Also, we need not continue searching for even greater bound in
partition_bound_bsearch() once we find the first bound that is *equal*
to the probe, because we don't have duplicate datums.  That spends
cycles needlessly.

Amit Langote, per a report from Amul Sul.  Cosmetic changes by me.

Discussion: http://postgr.es/m/CAAJ_b94XgbqVoXMyxxs63CaqWoMS1o2gpHiU0F7yGnJBnvDc_A%40mail.gmail.com
2017-01-19 14:00:55 -05:00
..
data
expected Fix some problems in check_new_partition_bound(). 2017-01-19 14:00:55 -05:00
input Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY. 2016-11-24 14:13:31 -05:00
output Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY. 2016-11-24 14:13:31 -05:00
sql Fix some problems in check_new_partition_bound(). 2017-01-19 14:00:55 -05:00
.gitignore
GNUmakefile Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile
parallel_schedule Add more tests for targetlist SRFs. 2016-09-12 17:27:47 -07:00
pg_regress_main.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_regress.c Updates to reflect that pg_ctl stop -m fast is the default 2017-01-13 21:25:36 -05:00
pg_regress.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
README
regress.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
regressplans.sh
resultmap
serial_schedule Add more tests for targetlist SRFs. 2016-09-12 17:27:47 -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".