]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql-tests.patch
- updated to 14.3
[packages/postgresql.git] / postgresql-tests.patch
1 diff -ur postgresql-14.0.orig/src/test/regress/pg_regress.c postgresql-14.0/src/test/regress/pg_regress.c
2 --- postgresql-14.0.orig/src/test/regress/pg_regress.c  2021-11-01 14:50:12.561429947 +0100
3 +++ postgresql-14.0/src/test/regress/pg_regress.c       2021-11-01 14:50:27.681468493 +0100
4 @@ -2482,6 +2482,7 @@
5                 header(_("starting postmaster"));
6                 snprintf(buf, sizeof(buf),
7                                  "\"%s%spostgres\" -D \"%s/data\" -F%s "
8 +                                "-c \"log_directory=log\" "
9                                  "-c \"listen_addresses=%s\" -k \"%s\" "
10                                  "> \"%s/log/postmaster.log\" 2>&1",
11                                  bindir ? bindir : "",