-
- Downloads
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.
Showing
- contrib/dblink/Makefile 0 additions, 3 deletionscontrib/dblink/Makefile
- contrib/dblink/expected/dblink.out 25 additions, 18 deletionscontrib/dblink/expected/dblink.out
- contrib/dblink/sql/dblink.sql 27 additions, 18 deletionscontrib/dblink/sql/dblink.sql
- contrib/postgres_fdw/Makefile 0 additions, 3 deletionscontrib/postgres_fdw/Makefile
- contrib/postgres_fdw/expected/postgres_fdw.out 6 additions, 2 deletionscontrib/postgres_fdw/expected/postgres_fdw.out
- contrib/postgres_fdw/sql/postgres_fdw.sql 6 additions, 2 deletionscontrib/postgres_fdw/sql/postgres_fdw.sql
Loading
Please register or sign in to comment