diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2006-11-08 17:07:53 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2006-11-08 17:07:53 +0000 |
commit | f79096291aa00709815122d1e2c870e650b30f17 (patch) | |
tree | 710290addb9aeff0f6c54125941092aebdeecd76 /databases/postgresql81-server/files/patch-src:backend:utils:misc:postgresql.conf.sample | |
parent | - Add CONFLICTS for lang/sketchy due to bin/pp (diff) |
Update PostgreSQL to latest versions: 8.1.5, 8.0.9, 7.4.14 and 7.3.16.
Release notes:
8.1.5 http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-5
8.0.9 http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-9
7.4.14 http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-14
7.3.16 http://www.postgresql.org/docs/7.3/static/release.html#RELEASE-7-3-16
Change name of the rc script from '010.pgsql.sh' to 'postgresql'
Add optional hierachy patch added for 7.4 and 8.1 ports.
Chase heimdal libs update [reported by several]
For 8.1+ the port enables autovacuum in ~pgsql/postgresql.conf when
running initdb
Cleanup the ports, moving pkg-message-* to files/pkg-message-*.in and
files/pgsql.sh.tmpl to files/postgresql.in. [ports/97767]
PR: ports/97767, submitted by delphij@FreeBSD.org
Notes
Notes:
svn path=/head/; revision=176828
Diffstat (limited to 'databases/postgresql81-server/files/patch-src:backend:utils:misc:postgresql.conf.sample')
-rw-r--r-- | databases/postgresql81-server/files/patch-src:backend:utils:misc:postgresql.conf.sample | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/databases/postgresql81-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql81-server/files/patch-src:backend:utils:misc:postgresql.conf.sample index da57f46e3552..7c2831c41be0 100644 --- a/databases/postgresql81-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ b/databases/postgresql81-server/files/patch-src:backend:utils:misc:postgresql.conf.sample @@ -1,5 +1,5 @@ ---- 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 +--- src/backend/utils/misc/postgresql.conf.sample.orig Sun May 21 22:11:02 2006 ++++ src/backend/utils/misc/postgresql.conf.sample Tue Nov 7 17:23:50 2006 @@ -206,6 +206,7 @@ # - Where to Log - @@ -16,3 +16,12 @@ #silent_mode = off # DO NOT USE without syslog or # redirect_stderr +@@ -339,6 +341,8 @@ + #--------------------------------------------------------------------------- + # AUTOVACUUM PARAMETERS + #--------------------------------------------------------------------------- ++ ++autovacuum = on + + #autovacuum = off # enable autovacuum subprocess? + #autovacuum_naptime = 60 # time between autovacuum runs, in secs |