aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql90-server/files
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2005-11-10 02:23:38 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2005-11-10 02:23:38 +0000
commitd587b3a37a4a02fadb87e491df608d71c7f86e07 (patch)
tree855d5cfe02114a5d512e29fa5e6051ee4416d6cb /databases/postgresql90-server/files
parent12417fc4627773a0396deb065df1cc9174a5d46e (diff)
Notes
Diffstat (limited to 'databases/postgresql90-server/files')
-rw-r--r--databases/postgresql90-server/files/patch-src-makefiles-Makefile.freebsd9
-rw-r--r--databases/postgresql90-server/files/patch-src:backend:utils:misc:postgresql.conf.sample24
2 files changed, 12 insertions, 21 deletions
diff --git a/databases/postgresql90-server/files/patch-src-makefiles-Makefile.freebsd b/databases/postgresql90-server/files/patch-src-makefiles-Makefile.freebsd
index 89aaa9a2c0cc..81339e98e8db 100644
--- a/databases/postgresql90-server/files/patch-src-makefiles-Makefile.freebsd
+++ b/databases/postgresql90-server/files/patch-src-makefiles-Makefile.freebsd
@@ -1,14 +1,5 @@
--- src/makefiles/Makefile.freebsd.orig Fri Nov 19 01:41:39 2004
+++ src/makefiles/Makefile.freebsd Tue Dec 21 02:44:09 2004
-@@ -11,7 +11,7 @@
- ifeq ($(findstring sparc,$(host_cpu)), sparc)
- CFLAGS_SL = -fPIC -DPIC
- else
--CFLAGS_SL = -fpic -DPIC
-+CFLAGS_SL = -fPIC -DPIC
- endif
-
-
@@ -29,3 +29,5 @@
endif
diff --git a/databases/postgresql90-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql90-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
index 07363e882113..da57f46e3552 100644
--- a/databases/postgresql90-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
+++ b/databases/postgresql90-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
@@ -1,18 +1,18 @@
---- src/backend/utils/misc/postgresql.conf.sample~ Fri Nov 5 20:16:16 2004
-+++ src/backend/utils/misc/postgresql.conf.sample Tue Dec 21 02:06:45 2004
-@@ -172,6 +172,7 @@
+--- src/backend/utils/misc/postgresql.conf.sample~ Tue Nov 8 00:45:49 2005
++++ src/backend/utils/misc/postgresql.conf.sample Tue Nov 8 00:47:16 2005
+@@ -206,6 +206,7 @@
# - Where to Log -
+log_destination = 'syslog'
- #log_destination = 'stderr' # Valid values are combinations of stderr,
- # syslog and eventlog, depending on
- # platform.
-@@ -219,6 +220,7 @@
-
- #log_min_duration_statement = -1 # -1 is disabled, in milliseconds.
+ #log_destination = 'stderr' # Valid values are combinations of
+ # stderr, syslog and eventlog,
+ # depending on platform.
+@@ -283,6 +284,7 @@
+ #log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements
+ # and their durations, in milliseconds.
-+silent_mode = true
- #silent_mode = false # DO NOT USE without syslog or redirect_stderr
++silent_mode = on
+ #silent_mode = off # DO NOT USE without syslog or
+ # redirect_stderr
- # - What to Log -