postgresql/src/test/regress
Andrew Dunstan 040a1df614 Correctly set t_self for heap tuples in expand_tuple
Commit 16828d5c0 incorrectly set an invalid pointer for t_self for heap
tuples. This patch correctly copies it from the source tuple, and
includes a regression test that relies on it being set correctly.

Backpatch to release 11.

Fixes bug #15448 reported by Tillmann Schulz

Diagnosis and test case by Amit Langote
2018-10-24 10:56:27 -04:00
..
data
expected Correctly set t_self for heap tuples in expand_tuple 2018-10-24 10:56:27 -04:00
input Fix crash in multi-insert COPY 2018-10-17 20:31:20 +02:00
output Fix crash in multi-insert COPY 2018-10-17 20:31:20 +02:00
sql Correctly set t_self for heap tuples in expand_tuple 2018-10-24 10:56:27 -04:00
.gitignore
GNUmakefile
Makefile
parallel_schedule Remove deprecated abstime, reltime, tinterval datatypes. 2018-10-11 11:59:15 -07:00
pg_regress_main.c Clean up assorted misuses of snprintf()'s result value. 2018-08-15 16:29:31 -04:00
pg_regress.c Lower privilege level of programs calling regression_main 2018-10-20 09:02:36 -04:00
pg_regress.h
README
regress.c Refactor geometric functions and operators 2018-07-29 02:36:29 +02:00
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 deprecated abstime, reltime, tinterval datatypes. 2018-10-11 11:59:15 -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".