- update to version 7.4.5:

* Prevent possible loss of committed transactions during crash
* Repair possible crash during concurrent btree index insertions

PR:		71176
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Reviewed by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
This commit is contained in:
Oliver Eikemeier 2004-08-31 13:46:52 +00:00
parent ce3890ed88
commit bdfa85f755
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117737
44 changed files with 143 additions and 154 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.3
PORTVERSION?= 7.4.5
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}

View file

@ -1,8 +1,8 @@
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944

View file

@ -7,11 +7,9 @@ PATH=/bin:/usr/sbin
DB_DIR=${PKG_PREFIX}/pgsql
backupwarning() { echo "
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
*does require* some updates to the pg_* system tables. Full
instructions for how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
NOTICE: unlike most minor versions, upgrading from 7.4.1 to 7.4.x
*recommends* some updates to the pg_* system tables. Full
instructions for how to do this are included in the HISTORY file.
=========== BACKUP YOUR DATA! =============
As always, backup your data before

View file

@ -183,6 +183,7 @@ share/postgresql/post-install-notes
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo

View file

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.3
PORTVERSION?= 7.4.5
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}

View file

@ -1,8 +1,8 @@
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944

View file

@ -7,11 +7,9 @@ PATH=/bin:/usr/sbin
DB_DIR=${PKG_PREFIX}/pgsql
backupwarning() { echo "
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
*does require* some updates to the pg_* system tables. Full
instructions for how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
NOTICE: unlike most minor versions, upgrading from 7.4.1 to 7.4.x
*recommends* some updates to the pg_* system tables. Full
instructions for how to do this are included in the HISTORY file.
=========== BACKUP YOUR DATA! =============
As always, backup your data before

View file

@ -183,6 +183,7 @@ share/postgresql/post-install-notes
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo

View file

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.3
PORTVERSION?= 7.4.5
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}

View file

@ -1,8 +1,8 @@
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944

View file

@ -7,11 +7,9 @@ PATH=/bin:/usr/sbin
DB_DIR=${PKG_PREFIX}/pgsql
backupwarning() { echo "
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
*does require* some updates to the pg_* system tables. Full
instructions for how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
NOTICE: unlike most minor versions, upgrading from 7.4.1 to 7.4.x
*recommends* some updates to the pg_* system tables. Full
instructions for how to do this are included in the HISTORY file.
=========== BACKUP YOUR DATA! =============
As always, backup your data before

View file

@ -183,6 +183,7 @@ share/postgresql/post-install-notes
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo

View file

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.3
PORTVERSION?= 7.4.5
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}

View file

@ -1,8 +1,8 @@
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944

View file

@ -7,11 +7,9 @@ PATH=/bin:/usr/sbin
DB_DIR=${PKG_PREFIX}/pgsql
backupwarning() { echo "
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
*does require* some updates to the pg_* system tables. Full
instructions for how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
NOTICE: unlike most minor versions, upgrading from 7.4.1 to 7.4.x
*recommends* some updates to the pg_* system tables. Full
instructions for how to do this are included in the HISTORY file.
=========== BACKUP YOUR DATA! =============
As always, backup your data before

View file

@ -183,6 +183,7 @@ share/postgresql/post-install-notes
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo

View file

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.3
PORTVERSION?= 7.4.5
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}

View file

@ -1,8 +1,8 @@
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944

View file

@ -7,11 +7,9 @@ PATH=/bin:/usr/sbin
DB_DIR=${PKG_PREFIX}/pgsql
backupwarning() { echo "
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
*does require* some updates to the pg_* system tables. Full
instructions for how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
NOTICE: unlike most minor versions, upgrading from 7.4.1 to 7.4.x
*recommends* some updates to the pg_* system tables. Full
instructions for how to do this are included in the HISTORY file.
=========== BACKUP YOUR DATA! =============
As always, backup your data before

View file

@ -183,6 +183,7 @@ share/postgresql/post-install-notes
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo

View file

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.3
PORTVERSION?= 7.4.5
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}

View file

@ -1,8 +1,8 @@
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944

View file

@ -7,11 +7,9 @@ PATH=/bin:/usr/sbin
DB_DIR=${PKG_PREFIX}/pgsql
backupwarning() { echo "
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
*does require* some updates to the pg_* system tables. Full
instructions for how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
NOTICE: unlike most minor versions, upgrading from 7.4.1 to 7.4.x
*recommends* some updates to the pg_* system tables. Full
instructions for how to do this are included in the HISTORY file.
=========== BACKUP YOUR DATA! =============
As always, backup your data before

View file

@ -183,6 +183,7 @@ share/postgresql/post-install-notes
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo

View file

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.3
PORTVERSION?= 7.4.5
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}

View file

@ -1,8 +1,8 @@
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944

View file

@ -7,11 +7,9 @@ PATH=/bin:/usr/sbin
DB_DIR=${PKG_PREFIX}/pgsql
backupwarning() { echo "
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
*does require* some updates to the pg_* system tables. Full
instructions for how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
NOTICE: unlike most minor versions, upgrading from 7.4.1 to 7.4.x
*recommends* some updates to the pg_* system tables. Full
instructions for how to do this are included in the HISTORY file.
=========== BACKUP YOUR DATA! =============
As always, backup your data before

View file

@ -183,6 +183,7 @@ share/postgresql/post-install-notes
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo

View file

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.3
PORTVERSION?= 7.4.5
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}

View file

@ -1,8 +1,8 @@
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944

View file

@ -7,11 +7,9 @@ PATH=/bin:/usr/sbin
DB_DIR=${PKG_PREFIX}/pgsql
backupwarning() { echo "
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
*does require* some updates to the pg_* system tables. Full
instructions for how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
NOTICE: unlike most minor versions, upgrading from 7.4.1 to 7.4.x
*recommends* some updates to the pg_* system tables. Full
instructions for how to do this are included in the HISTORY file.
=========== BACKUP YOUR DATA! =============
As always, backup your data before

View file

@ -183,6 +183,7 @@ share/postgresql/post-install-notes
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo

View file

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.3
PORTVERSION?= 7.4.5
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}

View file

@ -1,8 +1,8 @@
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944

View file

@ -7,11 +7,9 @@ PATH=/bin:/usr/sbin
DB_DIR=${PKG_PREFIX}/pgsql
backupwarning() { echo "
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
*does require* some updates to the pg_* system tables. Full
instructions for how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
NOTICE: unlike most minor versions, upgrading from 7.4.1 to 7.4.x
*recommends* some updates to the pg_* system tables. Full
instructions for how to do this are included in the HISTORY file.
=========== BACKUP YOUR DATA! =============
As always, backup your data before

View file

@ -183,6 +183,7 @@ share/postgresql/post-install-notes
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo

View file

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.3
PORTVERSION?= 7.4.5
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}

View file

@ -1,8 +1,8 @@
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944

View file

@ -7,11 +7,9 @@ PATH=/bin:/usr/sbin
DB_DIR=${PKG_PREFIX}/pgsql
backupwarning() { echo "
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
*does require* some updates to the pg_* system tables. Full
instructions for how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
NOTICE: unlike most minor versions, upgrading from 7.4.1 to 7.4.x
*recommends* some updates to the pg_* system tables. Full
instructions for how to do this are included in the HISTORY file.
=========== BACKUP YOUR DATA! =============
As always, backup your data before

View file

@ -183,6 +183,7 @@ share/postgresql/post-install-notes
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo

View file

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.3
PORTVERSION?= 7.4.5
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}

View file

@ -1,8 +1,8 @@
MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437
MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2
SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307
MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d
SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690
MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084
SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745
MD5 (postgresql/postgresql-base-7.4.5.tar.bz2) = bffc3fe775c885489f9071e97f43ab9b
SIZE (postgresql/postgresql-base-7.4.5.tar.bz2) = 6530104
MD5 (postgresql/postgresql-docs-7.4.5.tar.bz2) = 548a73c898e65f901dbc06d622a2bc63
SIZE (postgresql/postgresql-docs-7.4.5.tar.bz2) = 2409931
MD5 (postgresql/postgresql-opt-7.4.5.tar.bz2) = 8be416baeeb32518f2b17a91c4caafba
SIZE (postgresql/postgresql-opt-7.4.5.tar.bz2) = 332174
MD5 (postgresql/postgresql-test-7.4.5.tar.bz2) = 73b8ee0f7ff0ca24cca50434b7276dc1
SIZE (postgresql/postgresql-test-7.4.5.tar.bz2) = 943944

View file

@ -7,11 +7,9 @@ PATH=/bin:/usr/sbin
DB_DIR=${PKG_PREFIX}/pgsql
backupwarning() { echo "
NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2
*does require* some updates to the pg_* system tables. Full
instructions for how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
NOTICE: unlike most minor versions, upgrading from 7.4.1 to 7.4.x
*recommends* some updates to the pg_* system tables. Full
instructions for how to do this are included in the HISTORY file.
=========== BACKUP YOUR DATA! =============
As always, backup your data before

View file

@ -183,6 +183,7 @@ share/postgresql/post-install-notes
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
%%SERVER%%%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo