postgresql/contrib/dblink
Andrew Dunstan fe20ff0c56 Add mode where contrib installcheck runs each module in a separately named database.
Normally each module is tested in a database named contrib_regression,
which is dropped and recreated at the beginhning of each pg_regress run.
This new mode, enabled by adding USE_MODULE_DB=1 to the make command
line, runs most modules in a database with the module name embedded in
it.

This will make testing pg_upgrade on clusters with the contrib modules
a lot easier.

Second attempt at this, this time accomodating make versions older
than 3.82.

Still to be done: adapt to the MSVC build system.

Backpatch to 9.0, which is the earliest version it is reasonably
possible to test upgrading from.
2012-12-11 11:48:00 -05:00
..
expected Fix dblink's failure to report correct connection name in error messages. 2012-03-29 17:52:38 -04:00
sql Change the interpretation of the primary_key_attnums parameter of 2010-06-15 20:29:01 +00:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:22:53 -04:00
dblink.c Fix a couple of contrib/dblink bugs. 2012-04-03 20:43:25 -04:00
dblink.h
dblink.sql.in
Makefile Add mode where contrib installcheck runs each module in a separately named database. 2012-12-11 11:48:00 -05:00
uninstall_dblink.sql Add missed function dblink_connect_u(text[,text]) to uninstall script 2010-06-07 15:14:36 +00:00