PostgreSQL 18: Update patches for zero offset
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 8 Sep 2025 15:33:15 +0000 (16:33 +0100)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 8 Sep 2025 15:33:15 +0000 (16:33 +0100)
rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-conf.patch
rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-rpm-pgsql.patch
rpm/redhat/main/non-common/postgresql-18/main/postgresql-18-var-run-socket.patch

index 3641a6f70164764ef8e1ed17af911eec49bd8d69..5a044d6c6179b6954764a9b3cbc7a2dafaf13dae 100644 (file)
@@ -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
index d6f896c6344abc43907fcf5422c50ccc1b8cdce3..dde12950888625733823ea47b1aadc2d9d4e969b 100644 (file)
@@ -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))" ""
index b7acf070e828b5629f429f131b3264e593b095ec..75ca7ded3289d638b5659f3393a28054ec7913ff 100644 (file)
@@ -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.
   */