From 30b4eb8b405636bae0342ccf825dd987a6e03832 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 16 Nov 2021 21:01:26 +0100 Subject: [PATCH] Rediff patches. --- postgresql-ac_version.patch | 9 +++++---- postgresql-conf.patch | 21 +++++++++++---------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/postgresql-ac_version.patch b/postgresql-ac_version.patch index bec3e90..5bbf583 100644 --- a/postgresql-ac_version.patch +++ b/postgresql-ac_version.patch @@ -1,8 +1,9 @@ ---- postgresql-9.3.0/configure.in~ 2013-09-02 22:53:17.000000000 +0200 -+++ postgresql-9.3.0/configure.in 2013-09-10 08:29:40.838117112 +0200 -@@ -19,10 +19,10 @@ +diff -urNp -x '*.orig' postgresql-9.3.25.org/configure.in postgresql-9.3.25/configure.in +--- postgresql-9.3.25.org/configure.in 2018-11-05 22:53:28.000000000 +0100 ++++ postgresql-9.3.25/configure.in 2021-11-16 21:00:35.767800068 +0100 +@@ -19,10 +19,10 @@ m4_pattern_forbid(^PGAC_)dnl to catch un - AC_INIT([PostgreSQL], [9.3.0], [pgsql-bugs@postgresql.org]) + AC_INIT([PostgreSQL], [9.3.25], [pgsql-bugs@postgresql.org]) -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required. -Untested combinations of 'autoconf' and PostgreSQL versions are not diff --git a/postgresql-conf.patch b/postgresql-conf.patch index ae0ac1c..d6370be 100644 --- a/postgresql-conf.patch +++ b/postgresql-conf.patch @@ -1,6 +1,7 @@ ---- postgresql-8.3RC1/src/backend/utils/misc/postgresql.conf.sample.orig 2007-12-07 16:44:56.000000000 +0000 -+++ postgresql-8.3RC1/src/backend/utils/misc/postgresql.conf.sample 2008-01-07 22:19:56.904649611 +0000 -@@ -253,7 +253,7 @@ +diff -urNp -x '*.orig' postgresql-9.3.25.org/src/backend/utils/misc/postgresql.conf.sample postgresql-9.3.25/src/backend/utils/misc/postgresql.conf.sample +--- postgresql-9.3.25.org/src/backend/utils/misc/postgresql.conf.sample 2018-11-05 22:53:28.000000000 +0100 ++++ postgresql-9.3.25/src/backend/utils/misc/postgresql.conf.sample 2021-11-16 20:59:56.259079714 +0100 +@@ -291,7 +291,7 @@ # - Where to Log - @@ -9,8 +10,8 @@ # stderr, csvlog, syslog, and eventlog, # depending on platform. csvlog # requires logging_collector to be on. -@@ -262,8 +262,8 @@ - # 0 to disable. +@@ -324,8 +324,8 @@ + # 0 disables. # These are relevant when logging to syslog: -#syslog_facility = 'LOCAL0' @@ -18,14 +19,14 @@ +syslog_facility = 'LOCAL0' +syslog_ident = 'postgres' - - # - When to Log - -@@ -324,7 +324,7 @@ + # This is only relevant when logging to eventlog (win32): + # (change requires restart) +@@ -385,7 +385,7 @@ #debug_print_plan = off - #debug_pretty_print = off + #debug_pretty_print = on #log_checkpoints = off -#log_connections = off +log_connections = on #log_disconnections = off #log_duration = off - #log_hostname = off + #log_error_verbosity = default # terse, default, or verbose messages -- 2.44.0