postgresql/src/test/regress
Michael Paquier bd95816f74 psql: Add information in \d+ about foreign partitions and child tables
\d+ is already able to show if a partition or a child table is
"PARTITIONED" via its relkind, hence the addition of a keyword for
"FOREIGN" in the relation description is basically free.

Author: Ian Lawrence Barwick
Reviewed-by: Tom Lane, Michael Paquier
Discussion: https://postgr.es/m/CAB8KJ=iwzbEz2HR9EhNxQLVhMk2G_OYtQPJ9V=jWLadseggrOA@mail.gmail.com
2022-11-08 14:19:09 +09:00
..
data
expected psql: Add information in \d+ about foreign partitions and child tables 2022-11-08 14:19:09 +09:00
sql Fix initialization of pg_stat_get_lastscan() 2022-11-08 10:50:09 +09:00
.gitignore
GNUmakefile
Makefile
meson.build meson: Split 'main' suite into 'regress' and 'isolation' 2022-11-04 18:08:44 -07:00
parallel_schedule Put tests of md5() function into separate test file 2022-10-13 12:02:31 +02:00
pg_regress_main.c
pg_regress.c Use SIGNAL_ARGS consistently to declare signal handlers. 2022-09-14 14:44:50 -04:00
pg_regress.h regress: allow to specify directory containing expected files, for ecpg 2022-08-20 10:59:01 -07:00
README
regress.c Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
regressplans.sh
resultmap Remove HP-UX port. 2022-07-08 14:05:05 +12:00

Documentation concerning how to run these regression tests and interpret
the results can be found in the PostgreSQL manual, in the chapter
"Regression Tests".