Merge dblink's paths test script into its main test. There's no longer any reason to fire up a separate psql run to create these functions. (Some refactoring in the main regression tests is also called for, but that will take more thought.)
Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0e6e7f0806b2080cb31f33ff992ec2e4e35fa6f1 Modified Files -------------- contrib/dblink/Makefile | 2 +- contrib/dblink/expected/dblink.out | 18 ++++++++++++++++++ contrib/dblink/expected/paths.out | 18 ------------------ contrib/dblink/sql/dblink.sql | 23 +++++++++++++++++++++++ contrib/dblink/sql/paths.sql | 23 ----------------------- 5 files changed, 42 insertions(+), 42 deletions(-)
