sbcl 2.1.11 rebuild
[arch-packages.git] / postgresql / trunk / postgresql-run-socket.patch
blobbe7b46711148e180e339f0959abc0157a29a754b
1 diff -upr postgresql-13.1.orig/src/include/pg_config_manual.h postgresql-13.1/src/include/pg_config_manual.h
2 --- postgresql-13.1.orig/src/include/pg_config_manual.h 2020-11-10 00:24:30.000000000 +0200
3 +++ postgresql-13.1/src/include/pg_config_manual.h 2020-12-10 01:55:35.999605194 +0200
4 @@ -201,7 +201,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