archrelease: copy trunk to extra-x86_64
[arch-packages.git] / postgresql / trunk / postgresql-run-socket.patch
blobafe0a219d210158c2834cc395a9b0f3216ba81d0
1 diff -u -r postgresql-15.1.orig/src/include/pg_config_manual.h postgresql-15.1/src/include/pg_config_manual.h
2 --- postgresql-15.1.orig/src/include/pg_config_manual.h 2022-02-07 21:15:36.000000000 +0000
3 +++ postgresql-15.1/src/include/pg_config_manual.h 2022-04-19 18:54:54.716761530 +0000
4 @@ -207,7 +207,7 @@
5 * support them yet.
6 */
7 #ifndef WIN32
8 -#define DEFAULT_PGSOCKET_DIR "/tmp"
9 +#define DEFAULT_PGSOCKET_DIR "/run/postgresql"
10 #else
11 #define DEFAULT_PGSOCKET_DIR ""
12 #endif