Remove bad "BETA" alert. This is not beta anymore.

Set update_process_title = off, as suggested by kris@ and others.
This commit is contained in:
Palle Girgensohn 2008-02-18 12:55:02 +00:00
parent 4f08a6c409
commit 2cc30ceb2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207511
15 changed files with 60 additions and 25 deletions

View file

@ -7,7 +7,7 @@
PORTNAME?= postgresql
DISTVERSION?= 8.3.0
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${DISTVERSION}

View file

@ -1,5 +1,5 @@
--- src/backend/utils/misc/postgresql.conf.sample.orig 2007-12-07 17:44:56.000000000 +0100
+++ src/backend/utils/misc/postgresql.conf.sample 2008-01-04 14:00:09.000000000 +0100
--- src/backend/utils/misc/postgresql.conf.sample.orig 2008-01-30 19:35:55.000000000 +0100
+++ src/backend/utils/misc/postgresql.conf.sample 2008-02-18 13:49:42.000000000 +0100
@@ -231,6 +231,7 @@
# - Where to Log -
@ -16,3 +16,12 @@
#silent_mode = off # DO NOT USE without syslog or
# logging_collector
# (change requires restart)
@@ -365,6 +367,8 @@
#track_counts = on
#update_process_title = on
+# On FreeBSD, this is a performance hog, so keep it off if you need speed
+update_process_title = off
# - Statistics Monitoring -

View file

@ -6,8 +6,6 @@ PATH=/bin:/usr/bin:/usr/sbin
backupwarning() { echo "
== BETA QUALITY, NOT FOR PRODUCTION USE! ==
=========== BACKUP YOUR DATA! =============
As always, backup your data before
upgrading. If the upgrade leads to a higher

View file

@ -7,7 +7,7 @@
PORTNAME?= postgresql
DISTVERSION?= 8.3.0
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${DISTVERSION}

View file

@ -1,5 +1,5 @@
--- src/backend/utils/misc/postgresql.conf.sample.orig 2007-12-07 17:44:56.000000000 +0100
+++ src/backend/utils/misc/postgresql.conf.sample 2008-01-04 14:00:09.000000000 +0100
--- src/backend/utils/misc/postgresql.conf.sample.orig 2008-01-30 19:35:55.000000000 +0100
+++ src/backend/utils/misc/postgresql.conf.sample 2008-02-18 13:49:42.000000000 +0100
@@ -231,6 +231,7 @@
# - Where to Log -
@ -16,3 +16,12 @@
#silent_mode = off # DO NOT USE without syslog or
# logging_collector
# (change requires restart)
@@ -365,6 +367,8 @@
#track_counts = on
#update_process_title = on
+# On FreeBSD, this is a performance hog, so keep it off if you need speed
+update_process_title = off
# - Statistics Monitoring -

View file

@ -6,8 +6,6 @@ PATH=/bin:/usr/bin:/usr/sbin
backupwarning() { echo "
== BETA QUALITY, NOT FOR PRODUCTION USE! ==
=========== BACKUP YOUR DATA! =============
As always, backup your data before
upgrading. If the upgrade leads to a higher

View file

@ -7,7 +7,7 @@
PORTNAME?= postgresql
DISTVERSION?= 8.3.0
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${DISTVERSION}

View file

@ -1,5 +1,5 @@
--- src/backend/utils/misc/postgresql.conf.sample.orig 2007-12-07 17:44:56.000000000 +0100
+++ src/backend/utils/misc/postgresql.conf.sample 2008-01-04 14:00:09.000000000 +0100
--- src/backend/utils/misc/postgresql.conf.sample.orig 2008-01-30 19:35:55.000000000 +0100
+++ src/backend/utils/misc/postgresql.conf.sample 2008-02-18 13:49:42.000000000 +0100
@@ -231,6 +231,7 @@
# - Where to Log -
@ -16,3 +16,12 @@
#silent_mode = off # DO NOT USE without syslog or
# logging_collector
# (change requires restart)
@@ -365,6 +367,8 @@
#track_counts = on
#update_process_title = on
+# On FreeBSD, this is a performance hog, so keep it off if you need speed
+update_process_title = off
# - Statistics Monitoring -

View file

@ -6,8 +6,6 @@ PATH=/bin:/usr/bin:/usr/sbin
backupwarning() { echo "
== BETA QUALITY, NOT FOR PRODUCTION USE! ==
=========== BACKUP YOUR DATA! =============
As always, backup your data before
upgrading. If the upgrade leads to a higher

View file

@ -7,7 +7,7 @@
PORTNAME?= postgresql
DISTVERSION?= 8.3.0
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${DISTVERSION}

View file

@ -1,5 +1,5 @@
--- src/backend/utils/misc/postgresql.conf.sample.orig 2007-12-07 17:44:56.000000000 +0100
+++ src/backend/utils/misc/postgresql.conf.sample 2008-01-04 14:00:09.000000000 +0100
--- src/backend/utils/misc/postgresql.conf.sample.orig 2008-01-30 19:35:55.000000000 +0100
+++ src/backend/utils/misc/postgresql.conf.sample 2008-02-18 13:49:42.000000000 +0100
@@ -231,6 +231,7 @@
# - Where to Log -
@ -16,3 +16,12 @@
#silent_mode = off # DO NOT USE without syslog or
# logging_collector
# (change requires restart)
@@ -365,6 +367,8 @@
#track_counts = on
#update_process_title = on
+# On FreeBSD, this is a performance hog, so keep it off if you need speed
+update_process_title = off
# - Statistics Monitoring -

View file

@ -6,8 +6,6 @@ PATH=/bin:/usr/bin:/usr/sbin
backupwarning() { echo "
== BETA QUALITY, NOT FOR PRODUCTION USE! ==
=========== BACKUP YOUR DATA! =============
As always, backup your data before
upgrading. If the upgrade leads to a higher

View file

@ -7,7 +7,7 @@
PORTNAME?= postgresql
DISTVERSION?= 8.3.0
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${DISTVERSION}

View file

@ -1,5 +1,5 @@
--- src/backend/utils/misc/postgresql.conf.sample.orig 2007-12-07 17:44:56.000000000 +0100
+++ src/backend/utils/misc/postgresql.conf.sample 2008-01-04 14:00:09.000000000 +0100
--- src/backend/utils/misc/postgresql.conf.sample.orig 2008-01-30 19:35:55.000000000 +0100
+++ src/backend/utils/misc/postgresql.conf.sample 2008-02-18 13:49:42.000000000 +0100
@@ -231,6 +231,7 @@
# - Where to Log -
@ -16,3 +16,12 @@
#silent_mode = off # DO NOT USE without syslog or
# logging_collector
# (change requires restart)
@@ -365,6 +367,8 @@
#track_counts = on
#update_process_title = on
+# On FreeBSD, this is a performance hog, so keep it off if you need speed
+update_process_title = off
# - Statistics Monitoring -

View file

@ -6,8 +6,6 @@ PATH=/bin:/usr/bin:/usr/sbin
backupwarning() { echo "
== BETA QUALITY, NOT FOR PRODUCTION USE! ==
=========== BACKUP YOUR DATA! =============
As always, backup your data before
upgrading. If the upgrade leads to a higher