postgresql/src/test/regress
Tom Lane cec916f35b Remove unused "m" field in LSEG.
This field has been unreferenced since 1998, and does not appear in lseg
values stored on disk (since sizeof(lseg) is only 32 bytes according to
pg_type).  There was apparently some idea of maintaining it just in values
appearing in memory, but the bookkeeping required to make that work would
surely far outweigh the cost of recalculating the line's slope when needed.
Remove it to (a) simplify matters and (b) suppress some uninitialized-field
whining from Coverity.
2015-02-03 16:53:32 -05:00
..
data Improve key representation for GIN jsonb_ops, and fix existence-search bug. 2014-05-09 08:41:26 -04:00
expected Fix jsonb Unicode escape processing, and in consequence disallow \u0000. 2015-01-30 14:44:56 -05:00
input get_object_address: separate domain constraints from table constraints 2014-12-23 09:06:44 -03:00
output get_object_address: separate domain constraints from table constraints 2014-12-23 09:06:44 -03:00
sql Fix jsonb Unicode escape processing, and in consequence disallow \u0000. 2015-01-30 14:44:56 -05:00
.gitignore Update .gitignore for config.cache. 2014-12-18 19:56:42 +09:00
GNUmakefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
README Don't generate plain-text HISTORY and src/test/regress/README anymore. 2014-02-10 20:48:04 -05:00
parallel_schedule Move rowsecurity event trigger test 2015-01-08 14:14:14 -05:00
pg_regress.c In pg_regress, remove the temporary installation upon successful exit. 2015-01-19 23:44:19 -05:00
pg_regress.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_regress_main.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
regress.c Remove unused "m" field in LSEG. 2015-02-03 16:53:32 -05:00
regressplans.sh Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
resultmap Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
serial_schedule Move rowsecurity event trigger test 2015-01-08 14:14:14 -05:00
standby_schedule Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00

README

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