postgresql/src/test/regress
Tom Lane 0cd787802f Rename a function to avoid naming conflict in parallel regression tests.
Commit 31a891857a added some tests in
plpgsql.sql that used a function rather unthinkingly named "foo()".
However, rangefuncs.sql has some much older tests that create a function
of that name, and since these test scripts run in parallel, there is a
chance of failures if the timing is just right.  Use another name to
avoid that.  Per buildfarm (failure seen today on "hamerkop", but
probably it's happened before and not been noticed).
2013-07-06 11:16:50 -04:00
..
data
expected Rename a function to avoid naming conflict in parallel regression tests. 2013-07-06 11:16:50 -04:00
input Add support for multiple kinds of external toast datums. 2013-07-02 13:38:55 -04:00
output Add support for multiple kinds of external toast datums. 2013-07-02 13:38:55 -04:00
sql Rename a function to avoid naming conflict in parallel regression tests. 2013-07-06 11:16:50 -04:00
.gitignore
GNUmakefile
Makefile
parallel_schedule Regression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify. 2013-07-03 11:07:08 -04:00
pg_regress_main.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pg_regress.c pg_regress: Allow overriding diff options 2013-01-29 22:59:45 -05:00
pg_regress.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
regress.c
regressplans.sh Tweak regressplans.sh to use any already-set PGOPTIONS. 2000-12-18 02:45:47 +00:00
resultmap Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
serial_schedule
standby_schedule Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00