X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpostgresql.git;a=blobdiff_plain;f=socket-dir-fixes.patch;fp=socket-dir-fixes.patch;h=380ac7310893646efe9718c0d7673ca56876c726;hp=3690d568fe51613e38c451c5a8ea8b27576d179d;hb=e91dafec9b0903bad6593b54c939b8dde755b243;hpb=75d3a3b8ce65875ed55805255f567a599fd9688e diff --git a/socket-dir-fixes.patch b/socket-dir-fixes.patch index 3690d56..380ac73 100644 --- a/socket-dir-fixes.patch +++ b/socket-dir-fixes.patch @@ -1,7 +1,7 @@ -diff -urpa postgresql-13.1.orig/src/bin/pg_upgrade/option.c postgresql-13.1/src/bin/pg_upgrade/option.c ---- postgresql-13.1.orig/src/bin/pg_upgrade/option.c 2020-11-09 23:24:30.000000000 +0100 -+++ postgresql-13.1/src/bin/pg_upgrade/option.c 2020-12-03 20:58:30.431778786 +0100 -@@ -476,8 +476,14 @@ get_sock_dir(ClusterInfo *cluster, bool +diff -ur postgresql-14.0.orig/src/bin/pg_upgrade/option.c postgresql-14.0/src/bin/pg_upgrade/option.c +--- postgresql-14.0.orig/src/bin/pg_upgrade/option.c 2021-11-01 14:54:18.782057697 +0100 ++++ postgresql-14.0/src/bin/pg_upgrade/option.c 2021-11-01 14:54:35.649100699 +0100 +@@ -476,8 +476,14 @@ */ if (GET_MAJOR_VERSION(cluster->major_version) >= 901) { @@ -17,10 +17,10 @@ diff -urpa postgresql-13.1.orig/src/bin/pg_upgrade/option.c postgresql-13.1/src/ else { /* -diff -urpa postgresql-13.1.orig/src/include/pg_config_manual.h postgresql-13.1/src/include/pg_config_manual.h ---- postgresql-13.1.orig/src/include/pg_config_manual.h 2020-11-09 23:24:30.000000000 +0100 -+++ postgresql-13.1/src/include/pg_config_manual.h 2020-12-03 20:59:32.262778786 +0100 -@@ -201,7 +201,7 @@ +diff -ur postgresql-14.0.orig/src/include/pg_config_manual.h postgresql-14.0/src/include/pg_config_manual.h +--- postgresql-14.0.orig/src/include/pg_config_manual.h 2021-11-01 14:54:18.575057170 +0100 ++++ postgresql-14.0/src/include/pg_config_manual.h 2021-11-01 14:54:35.767101001 +0100 +@@ -207,7 +207,7 @@ * support them yet. */ #ifndef WIN32