postgresql/src/test/regress
Tom Lane b4349519c1 Fix a thinko in my patch of a couple months ago for bug #3116: it did the
wrong thing when inlining polymorphic SQL functions, because it was using the
function's declared return type where it should have used the actual result
type of the current call.  In 8.1 and 8.2 this causes obvious failures even if
you don't have assertions turned on; in 8.0 and 7.4 it would only be a problem
if the inlined expression were used as an input to a function that did
run-time type determination on its inputs.  Add a regression test, since this
is evidently an under-tested area.
2007-05-01 18:53:52 +00:00
..
data GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
expected Fix a thinko in my patch of a couple months ago for bug #3116: it did the 2007-05-01 18:53:52 +00:00
input Make the newly-added regression tests for lo_truncate() consistent 2007-03-03 22:57:04 +00:00
output Add alternate result file for large object tests to handle Windows line ends. 2007-03-10 03:42:19 +00:00
sql Fix a thinko in my patch of a couple months ago for bug #3116: it did the 2007-05-01 18:53:52 +00:00
GNUmakefile Regression makefile now needs to make separate lists of what to clean 2007-03-13 22:56:48 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
pg_regress.c Add missing #define for mingw, per Magnus. 2007-02-08 19:48:28 +00:00
regress.c Make use of plancache module for SPI plans. In particular, since plpgsql 2007-03-15 23:12:07 +00:00
regressplans.sh Tweak regressplans.sh to use any already-set PGOPTIONS. 2000-12-18 02:45:47 +00:00
resultmap Win32 regression test fixes: 2007-02-08 15:28:58 +00:00
serial_schedule Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00