From: Devrim Gunduz Date: Mon, 8 Sep 2025 15:33:15 +0000 (+0100) Subject: PostgreSQL 18: Update patches for zero offset X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e09b27ef279209b66fa076fe99718db4d11b1e62;p=pgrpms.git PostgreSQL 18: Update patches for zero offset --- diff --git a/rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-conf.patch b/rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-conf.patch index 3641a6f70..5a044d6c6 100644 --- a/rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-conf.patch +++ b/rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-conf.patch @@ -1,6 +1,6 @@ ---- src/backend/utils/misc/postgresql.conf.sample.old 2025-03-17 10:21:27.833589978 +0300 -+++ src/backend/utils/misc/postgresql.conf.sample 2025-03-17 10:22:53.648146234 +0300 -@@ -468,31 +468,31 @@ +--- src/backend/utils/misc/postgresql.conf.sample.old 2025-09-08 16:23:25.187506540 +0100 ++++ src/backend/utils/misc/postgresql.conf.sample 2025-09-08 16:24:33.796220325 +0100 +@@ -481,31 +481,31 @@ # - Where to Log - @@ -39,7 +39,7 @@ # same name as the new log file will be # truncated rather than appended to. # But such truncation only occurs on -@@ -585,7 +585,7 @@ +@@ -598,7 +598,7 @@ #log_duration = off # log statement duration #log_error_verbosity = default # terse, default, or verbose messages #log_hostname = off diff --git a/rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-rpm-pgsql.patch b/rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-rpm-pgsql.patch index d6f896c63..dde129508 100644 --- a/rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-rpm-pgsql.patch +++ b/rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-rpm-pgsql.patch @@ -1,5 +1,5 @@ ---- src/Makefile.global.in.old 2025-01-13 01:25:22.654145258 -0600 -+++ src/Makefile.global.in 2025-01-13 01:25:34.049330728 -0600 +--- src/Makefile.global.in.old 2025-09-08 16:22:13.452243402 +0100 ++++ src/Makefile.global.in 2025-09-08 16:22:40.266981802 +0100 @@ -82,7 +82,7 @@ # Installation directories # @@ -9,7 +9,7 @@ # contain "pgsql" or "postgres", in order to avoid directory clutter. # # In a PGXS build, we cannot use the values inserted into Makefile.global -@@ -103,14 +103,14 @@ +@@ -113,14 +113,14 @@ datadir := @datadir@ ifeq "$(findstring pgsql, $(datadir))" "" ifeq "$(findstring postgres, $(datadir))" "" @@ -26,7 +26,7 @@ endif endif -@@ -119,7 +119,7 @@ +@@ -129,7 +129,7 @@ pkglibdir = $(libdir) ifeq "$(findstring pgsql, $(pkglibdir))" "" ifeq "$(findstring postgres, $(pkglibdir))" "" @@ -35,7 +35,7 @@ endif endif -@@ -128,7 +128,7 @@ +@@ -138,7 +138,7 @@ pkgincludedir = $(includedir) ifeq "$(findstring pgsql, $(pkgincludedir))" "" ifeq "$(findstring postgres, $(pkgincludedir))" "" @@ -44,7 +44,7 @@ endif endif -@@ -137,7 +137,7 @@ +@@ -147,7 +147,7 @@ docdir := @docdir@ ifeq "$(findstring pgsql, $(docdir))" "" ifeq "$(findstring postgres, $(docdir))" "" diff --git a/rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-var-run-socket.patch b/rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-var-run-socket.patch index b7acf070e..75ca7ded3 100644 --- a/rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-var-run-socket.patch +++ b/rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-var-run-socket.patch @@ -1,6 +1,6 @@ ---- src/backend/utils/misc/guc_tables.c.old 2025-01-13 01:27:40.440387857 -0600 -+++ src/backend/utils/misc/guc_tables.c 2025-01-13 01:28:11.679896303 -0600 -@@ -4508,7 +4508,7 @@ +--- src/backend/utils/misc/guc_tables.c.old 2025-09-08 16:30:49.101333420 +0100 ++++ src/backend/utils/misc/guc_tables.c 2025-09-08 16:31:12.605748432 +0100 +@@ -4648,7 +4648,7 @@ GUC_LIST_INPUT | GUC_LIST_QUOTE | GUC_SUPERUSER_ONLY }, &Unix_socket_directories, @@ -9,8 +9,8 @@ NULL, NULL, NULL }, ---- src/include/pg_config_manual.h.old 2025-01-13 01:27:54.953624073 -0600 -+++ src/include/pg_config_manual.h 2025-01-13 01:28:11.679896303 -0600 +--- src/include/pg_config_manual.h.old 2025-09-08 16:31:22.158917114 +0100 ++++ src/include/pg_config_manual.h 2025-09-08 16:31:46.832225246 +0100 @@ -190,7 +190,7 @@ * support them yet. */