]> TLD Linux GIT Repositories - packages/postgresql.git/commitdiff
- fix regress test
authorMarcin Krol <hawk@tld-linux.org>
Sun, 16 Aug 2020 15:09:24 +0000 (17:09 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 16 Aug 2020 15:09:24 +0000 (17:09 +0200)
postgresql-tests.patch [new file with mode: 0644]

diff --git a/postgresql-tests.patch b/postgresql-tests.patch
new file mode 100644 (file)
index 0000000..f931424
--- /dev/null
@@ -0,0 +1,10 @@
+--- ./src/test/regress/pg_regress.c.orig       2020-08-10 23:15:53.000000000 +0200
++++ ./src/test/regress/pg_regress.c    2020-08-16 15:50:06.439293508 +0200
+@@ -2408,6 +2408,7 @@
+               header(_("starting postmaster"));
+               snprintf(buf, sizeof(buf),
+                                "\"%s%spostgres\" -D \"%s/data\" -F%s "
++                               "-c \"log_directory=log\" "
+                                "-c \"listen_addresses=%s\" -k \"%s\" "
+                                "> \"%s/log/postmaster.log\" 2>&1",
+                                bindir ? bindir : "",