]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql-tests.patch
- updated to 15.2
[packages/postgresql.git] / postgresql-tests.patch
1 --- postgresql-15.2/src/test/regress/pg_regress.c       2023-03-07 23:35:49.928467300 +0100
2 +++ postgresql-15.2/src/test/regress/pg_regress.c       2023-03-07 23:36:01.693612316 +0100
3 @@ -2386,6 +2386,7 @@
4                 header(_("starting postmaster"));
5                 snprintf(buf, sizeof(buf),
6                                  "\"%s%spostgres\" -D \"%s/data\" -F%s "
7 +                                "-c \"log_directory=log\" "
8                                  "-c \"listen_addresses=%s\" -k \"%s\" "
9                                  "> \"%s/log/postmaster.log\" 2>&1",
10                                  bindir ? bindir : "",