postgresql/src/test/regress
Tom Lane c28b289bf3 Prevent display of dropped columns in row constraint violation messages.
ExecBuildSlotValueDescription() printed "null" for each dropped column in
a row being complained of by ExecConstraints().  This has some sanity in
terms of the underlying implementation, but is of course pretty surprising
to users.  To fix, we must pass the target relation's descriptor to
ExecBuildSlotValueDescription(), because the slot descriptor it had been
using doesn't get labeled with attisdropped markers.

Per bug #8408 from Maxim Boguk.  Back-patch to 9.2 where the feature of
printing row values in NOT NULL and CHECK constraint violation messages
was introduced.

Michael Paquier and Tom Lane
2013-11-07 14:41:36 -05:00
..
data Fix GIN to support null keys, empty and null items, and full index scans. 2011-01-07 19:16:24 -05:00
expected Prevent display of dropped columns in row constraint violation messages. 2013-11-07 14:41:36 -05:00
input Add large object functions catering to SQL callers. 2013-10-27 22:56:54 -04:00
output Add large object functions catering to SQL callers. 2013-10-27 22:56:54 -04:00
sql Prevent display of dropped columns in row constraint violation messages. 2013-11-07 14:41:36 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
GNUmakefile Fix regression test make dependencies 2013-07-01 21:10:36 -04:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Revive line type 2013-10-09 22:34:38 -04:00
pg_regress_main.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pg_regress.c Replace pg_asprintf() with psprintf(). 2013-10-22 19:40:26 -04:00
pg_regress.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
regress.c Add support for multiple kinds of external toast datums. 2013-07-02 13:38:55 -04:00
regressplans.sh
resultmap Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
serial_schedule Revive line type 2013-10-09 22:34:38 -04:00
standby_schedule Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00