postgresql/src/test/regress
Peter Eisentraut 8f27a14b1b Use standard diff separator for regression.diffs
Instead of ======..., use the standard separator for a multi-file
diff, which is, per POSIX,

    "diff %s %s %s\n", <diff_options>, <filename1>, <filename2>

This makes regression.diffs behave more like a proper diff file, for
use with other tools.  And it shows the diff options used, for
clarity.

Discussion: https://www.postgresql.org/message-id/70440c81-37bb-76dd-e48b-b5a9550d5613@2ndquadrant.com
2019-02-15 15:09:50 +01:00
..
data
expected Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE 2019-02-15 17:12:24 +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 support for CREATE TABLE IF NOT EXISTS AS EXECUTE 2019-02-15 17:12:24 +09:00
.gitignore
GNUmakefile Update copyright for 2019 2019-01-02 12:44:25 -05:00
Makefile Fix non-GNU makefiles for AIX make. 2017-11-30 00:57:22 -08:00
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 Use standard diff separator for regression.diffs 2019-02-15 15:09:50 +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 Use strtof() and not strtod() for float4 input. 2019-02-13 15:19:44 +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".