postgresql/src/test/regress
Alvaro Herrera 6e9aaf6e47 Fix stats_ext test in 32 bit machines
Because tuple packing is different (because of the MAXALIGN difference),
the expected costs of a seqscan is different.

The commonly used trick of eliding costs in EXPLAIN output (COSTS OFF)
would make the tests completely pointless.  Instead, add an alternative
expected file.
2017-03-24 16:30:55 -03:00
..
data
expected Fix stats_ext test in 32 bit machines 2017-03-24 16:30:55 -03:00
input
output
sql Implement multivariate n-distinct coefficients 2017-03-24 14:06:10 -03:00
.gitignore
GNUmakefile ICU support 2017-03-23 15:28:48 -04:00
Makefile
parallel_schedule Implement multivariate n-distinct coefficients 2017-03-24 14:06:10 -03:00
pg_regress_main.c
pg_regress.c
pg_regress.h
README
regress.c
regressplans.sh
resultmap
serial_schedule Implement multivariate n-distinct coefficients 2017-03-24 14:06:10 -03: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".