From 1a8a092d9fefcbd7f960c82c59802c61807867a6 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 17 Jun 2016 23:28:04 +0000 Subject: Rename all files containing a : in their filename. While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight --- ...h-src:backend:utils:misc:postgresql.conf.sample | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample (limited to 'databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample') diff --git a/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample deleted file mode 100644 index 3c1609fdbbc7..000000000000 --- a/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,28 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample.orig 2010-10-01 16:25:44.000000000 +0200 -+++ src/backend/utils/misc/postgresql.conf.sample 2010-10-05 07:37:35.626282933 +0200 -@@ -256,6 +256,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of - # stderr, csvlog, syslog, and eventlog, - # depending on platform. csvlog -@@ -290,6 +291,7 @@ - #syslog_facility = 'LOCAL0' - #syslog_ident = 'postgres' - -+silent_mode = on - #silent_mode = off # Run server silently. - # DO NOT USE without syslog or - # logging_collector -@@ -394,6 +396,9 @@ - #track_counts = on - #track_functions = none # none, pl, all - #track_activity_query_size = 1024 # (change requires restart) -+ -+# On FreeBSD, this is a performance hog, so keep it off if you need speed -+update_process_title = off - #update_process_title = on - #stats_temp_directory = 'pg_stat_tmp' - -- cgit v1.2.3