postgresql/src/test/regress
Michael Paquier 67915fb8e5 Fix use-after-free bug when renaming constraints
This is an oversight from recent commit b13fd344.  While on it, tweak
the previous test with a better name for the renamed primary key.

Detected by buildfarm member prion which forces relation cache release
with -DRELCACHE_FORCE_RELEASE.  Back-patch down to 9.4 as the previous
commit.
2018-12-17 12:43:00 +09:00
..
data
expected Fix use-after-free bug when renaming constraints 2018-12-17 12:43:00 +09:00
input Don't allow partitioned indexes in pg_global tablespace 2018-11-23 08:48:20 -03:00
output Don't allow partitioned indexes in pg_global tablespace 2018-11-23 08:48:20 -03:00
sql Fix use-after-free bug when renaming constraints 2018-12-17 12:43:00 +09:00
.gitignore
GNUmakefile
Makefile
parallel_schedule Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_regress_main.c
pg_regress.c Modernize our code for looking up descriptive strings for Unix signals. 2018-12-16 19:38:57 -05:00
pg_regress.h
README
regress.c
regressplans.sh
resultmap Make float exponent output on Windows look the same as elsewhere. 2018-10-12 11:14:27 -04:00
serial_schedule Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08: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".