]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql-tests.patch
- updated to 16.1, kerberos5 support no longer works with heimdal implementation
[packages/postgresql.git] / postgresql-tests.patch
1 diff -urNp -x '*.orig' postgresql-16.1.org/src/test/regress/pg_regress.c postgresql-16.1/src/test/regress/pg_regress.c
2 --- postgresql-16.1.org/src/test/regress/pg_regress.c   2023-11-06 23:04:27.000000000 +0100
3 +++ postgresql-16.1/src/test/regress/pg_regress.c       2023-12-13 21:08:28.129574600 +0100
4 @@ -2427,6 +2427,7 @@ regression_main(int argc, char *argv[],
5                  */
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 : "",