postgresql/src/test/regress
Michael Paquier 0f3cdf873e Make pg_partition_tree return no rows on unsupported and undefined objects
The function was tweaked so as it returned one row full of NULLs when
working on an unsupported relkind or an undefined object as of cc53123,
and after discussion with Amit and Álvaro it looks more natural to make
it return no rows.

Author: Michael Paquier
Reviewed-by: Álvaro Herrera, Amit Langote
Discussion: https://postgr.es/m/20190227184808.GA17357@alvherre.pgsql
2019-03-01 09:07:07 +09:00
..
data
expected Make pg_partition_tree return no rows on unsupported and undefined objects 2019-03-01 09:07:07 +09:00
input Build out the planner support function infrastructure. 2019-02-09 18:32:23 -05:00
output Build out the planner support function infrastructure. 2019-02-09 18:32:23 -05:00
sql Fix plan created for inherited UPDATE/DELETE with all tables excluded. 2019-02-22 12:23:19 -05:00
.gitignore
GNUmakefile Update copyright for 2019 2019-01-02 12:44:25 -05:00
Makefile
parallel_schedule Avoid creation of the free space map for small heap relations, take 2. 2019-02-04 07:49:15 +05:30
pg_regress_main.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
pg_regress.c Revert "pg_regress: Don't use absolute paths for the diff" 2019-02-23 09:37:25 +01:00
pg_regress.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
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 Avoid creation of the free space map for small heap relations, take 2. 2019-02-04 07:49:15 +05:30
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".