postgresql/contrib/postgres_fdw
Andres Freund ddc2504dbc Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests.
That allows parallel installcheck to succeed inside contrib/. The
output is not particularly pretty unless make's -O option to
synchronize the output is used.

There's other tests, outside contrib, that use a hardcoded,
non-unique, database name. Those prohibit paralell installcheck to be
used across more directories; but that's something for a separate
patch.
2014-08-26 12:27:26 +02:00
..
expected Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests. 2014-08-26 12:27:26 +02:00
sql Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests. 2014-08-26 12:27:26 +02:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
connection.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
deparse.c Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00
Makefile Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests. 2014-08-26 12:27:26 +02:00
option.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c Remove incorrect comment from postgres_fdw.c. 2014-07-14 19:28:26 +09:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00