]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- rediff patches
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 8 May 2021 20:47:08 +0000 (22:47 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 8 May 2021 20:47:08 +0000 (22:47 +0200)
postgresql-conf.patch
postgresql-link.patch

index 7ff48eb8a38fb5ddf3320a172d67581ec7c72eb7..977313e6c9c1d591ca10150f7edf5ca76a80a8c1 100644 (file)
@@ -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-11.5.org/src/backend/utils/misc/postgresql.conf.sample postgresql-11.5/src/backend/utils/misc/postgresql.conf.sample
+--- postgresql-11.5.org/src/backend/utils/misc/postgresql.conf.sample  2019-08-05 23:14:59.000000000 +0200
++++ postgresql-11.5/src/backend/utils/misc/postgresql.conf.sample      2021-05-08 22:44:29.704690750 +0200
+@@ -361,7 +361,7 @@
  
  # - Where to Log -
  
@@ -9,7 +10,7 @@
                                        # stderr, csvlog, syslog, and eventlog,
                                        # depending on platform.  csvlog
                                        # requires logging_collector to be on.
-@@ -262,8 +262,8 @@
+@@ -394,9 +394,9 @@
                                        # 0 disables.
  
  # These are relevant when logging to syslog:
  #syslog_split_messages = on
  
  # This is only relevant when logging to eventlog (win32):
-@@ -324,7 +324,7 @@
- #debug_print_plan = off
- #debug_pretty_print = off
- #log_checkpoints = off
--#log_connections = off
-+log_connections = on
- #log_disconnections = off
- #log_duration = off
- #log_hostname = off
index 032f381e2a173a484b92ed655b943247fbf2a6cd..0d2bf1392bdbf4c47d3379e7b09e6f0efd30dfb6 100644 (file)
@@ -1,6 +1,7 @@
---- postgresql-9.5.0/configure.in.orig   2018-02-21 03:23:25.335399998 +0100
-+++ postgresql-9.5.0/configure.in        2018-02-21 03:28:24.392066743 +0100
-@@ -1203,6 +1203,7 @@
+diff -urNp -x '*.orig' postgresql-11.5.org/configure.in postgresql-11.5/configure.in
+--- postgresql-11.5.org/configure.in   2021-05-08 22:44:52.028956200 +0200
++++ postgresql-11.5/configure.in       2021-05-08 22:44:54.932351739 +0200
+@@ -1401,6 +1401,7 @@ fi
  
  if test "$with_bonjour" = yes ; then
    AC_CHECK_HEADER(dns_sd.h, [], [AC_MSG_ERROR([header file <dns_sd.h> is required for Bonjour])])
@@ -8,7 +9,7 @@
  dnl At some point we might add something like
  dnl AC_SEARCH_LIBS(DNSServiceRegister, dns_sd)
  dnl but right now, what that would mainly accomplish is to encourage
-@@ -1210,6 +1211,7 @@
+@@ -1408,6 +1409,7 @@ dnl people to try to use the avahi imple
  dnl If you want to use Apple's own Bonjour code on another platform,
  dnl just add -ldns_sd to LIBS manually.
  fi
  
  # for contrib/uuid-ossp
  if test "$with_uuid" = bsd ; then
---- postgresql-9.5.0/src/backend/Makefile.orig 2016-01-04 22:29:34.000000000 +0100
-+++ postgresql-9.5.0/src/backend/Makefile      2016-01-14 21:10:48.093976872 +0100
-@@ -54,7 +54,7 @@
+diff -urNp -x '*.orig' postgresql-11.5.org/src/Makefile.global.in postgresql-11.5/src/Makefile.global.in
+--- postgresql-11.5.org/src/Makefile.global.in 2019-08-05 23:14:59.000000000 +0200
++++ postgresql-11.5/src/Makefile.global.in     2021-05-08 22:44:54.932351739 +0200
+@@ -173,6 +173,7 @@ includedir_internal = $(pkgincludedir)/i
+ pgxsdir = $(pkglibdir)/pgxs
+ bitcodedir = $(pkglibdir)/bitcode
++BONJOUR_LIBS            = @BONJOUR_LIBS@
+ ##########################################################################
+ #
+diff -urNp -x '*.orig' postgresql-11.5.org/src/backend/Makefile postgresql-11.5/src/backend/Makefile
+--- postgresql-11.5.org/src/backend/Makefile   2019-08-05 23:14:59.000000000 +0200
++++ postgresql-11.5/src/backend/Makefile       2021-05-08 22:44:54.932351739 +0200
+@@ -60,7 +60,7 @@ ifneq ($(PORTNAME), win32)
  ifneq ($(PORTNAME), aix)
  
  postgres: $(OBJS)
  
  endif
  endif
---- postgresql-9.5.0/src/Makefile.global.in.orig       2016-01-04 22:29:34.000000000 +0100
-+++ postgresql-9.5.0/src/Makefile.global.in    2016-01-14 21:11:50.820640805 +0100
-@@ -216,6 +216,7 @@
- PTHREAD_CFLAGS                = @PTHREAD_CFLAGS@
- PTHREAD_LIBS          = @PTHREAD_LIBS@
-+BONJOUR_LIBS            = @BONJOUR_LIBS@
- ##########################################################################
- #
This page took 0.167164 seconds and 4 git commands to generate.