Changes:
* Fix btree index corruption from insertions concurrent with vacuuming * Recover from errors occurring during WAL replay of DROP TABLESPACE * Fix transient zeroing of shared buffers during WAL replay * Fix postmaster to attempt restart after a hot-standby crash * Fix corner case in SSI transaction cleanup * Update per-column permissions, not only per-table permissions, when changing table owner * Fix handling of data-modifying WITH subplans in READ COMMITTED rechecking * Fix for "could not find plan for CTE" failures * Fix unsupported node type error caused by COLLATE in an INSERT expression * Avoid crashing when we have problems deleting table files post-commit * Fix recently-introduced memory leak in processing of inet/cidr * Fix GIN cost estimation to handle column IN (...) index conditions * Fix I/O-conversion-related memory leaks in plpgsql * Teach pg_upgrade to handle renaming of plpython's shared library (affecting upgrades to 9.1)
This commit is contained in:
parent
7228290e2a
commit
01563d6958
17 changed files with 59 additions and 28 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2011/09/27 11:04:42 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2012/03/03 14:01:11 adam Exp $
|
||||
${PG_SUBPREFIX}bin/clusterdb
|
||||
${PG_SUBPREFIX}bin/createdb
|
||||
${PG_SUBPREFIX}bin/createlang
|
||||
|
@ -586,6 +586,7 @@ ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_ctl-9.0.mo
|
|||
${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_dump-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_resetxlog-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pgscripts-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/psql-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/ecpg-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/ecpglib6-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/initdb-9.0.mo
|
||||
|
@ -636,12 +637,17 @@ ${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pg_config-9.0.mo
|
|||
${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pg_controldata-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pg_resetxlog-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pgscripts-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/ecpg-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/ecpglib6-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/initdb-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/libpq5-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_config-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_controldata-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_ctl-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_dump-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_resetxlog-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pgscripts-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/psql-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/initdb-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/libpq5-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/pg_config-9.0.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2011/12/07 16:00:41 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2012/03/03 14:01:11 adam Exp $
|
||||
${PG_SUBPREFIX}man/man1/clusterdb.1
|
||||
${PG_SUBPREFIX}man/man1/createdb.1
|
||||
${PG_SUBPREFIX}man/man1/createlang.1
|
||||
|
@ -902,6 +902,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-14.html
|
|||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-15.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-16.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-17.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-18.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html
|
||||
|
@ -913,6 +914,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-9.html
|
|||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-10.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-11.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html
|
||||
|
@ -928,6 +930,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-3.html
|
|||
${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-4.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-5.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-6.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0-7.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release-9-0.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/release.html
|
||||
${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2011/09/27 11:04:42 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2012/03/03 14:01:11 adam Exp $
|
||||
lib/postgresql/plperl.so
|
||||
share/locale/cs/LC_MESSAGES/plperl-9.0.mo
|
||||
share/locale/de/LC_MESSAGES/plperl-9.0.mo
|
||||
|
@ -10,6 +10,7 @@ share/locale/ko/LC_MESSAGES/plperl-9.0.mo
|
|||
share/locale/pl/LC_MESSAGES/plperl-9.0.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/plperl-9.0.mo
|
||||
share/locale/ro/LC_MESSAGES/plperl-9.0.mo
|
||||
share/locale/ru/LC_MESSAGES/plperl-9.0.mo
|
||||
share/locale/tr/LC_MESSAGES/plperl-9.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plperl-9.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plperl-9.0.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2011/09/27 11:04:42 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2012/03/03 14:01:11 adam Exp $
|
||||
lib/postgresql/plpython.so
|
||||
lib/postgresql/plpython2.so
|
||||
share/locale/cs/LC_MESSAGES/plpython-9.0.mo
|
||||
|
@ -11,6 +11,7 @@ share/locale/ko/LC_MESSAGES/plpython-9.0.mo
|
|||
share/locale/pl/LC_MESSAGES/plpython-9.0.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/plpython-9.0.mo
|
||||
share/locale/ro/LC_MESSAGES/plpython-9.0.mo
|
||||
share/locale/ru/LC_MESSAGES/plpython-9.0.mo
|
||||
share/locale/tr/LC_MESSAGES/plpython-9.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plpython-9.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plpython-9.0.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2011/09/27 11:04:42 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2012/03/03 14:01:12 adam Exp $
|
||||
bin/pltcl_delmod
|
||||
bin/pltcl_listmod
|
||||
bin/pltcl_loadmod
|
||||
|
@ -13,6 +13,7 @@ share/locale/ko/LC_MESSAGES/pltcl-9.0.mo
|
|||
share/locale/pl/LC_MESSAGES/pltcl-9.0.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/pltcl-9.0.mo
|
||||
share/locale/ro/LC_MESSAGES/pltcl-9.0.mo
|
||||
share/locale/ru/LC_MESSAGES/pltcl-9.0.mo
|
||||
share/locale/tr/LC_MESSAGES/pltcl-9.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/pltcl-9.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/pltcl-9.0.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2011/12/07 16:00:41 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2012/03/03 14:01:12 adam Exp $
|
||||
${PG_SUBPREFIX}bin/postgres
|
||||
${PG_SUBPREFIX}bin/postmaster
|
||||
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.so
|
||||
|
@ -48,6 +48,8 @@ ${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/postgres-9.0.mo
|
|||
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plpgsql-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/postgres-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/plpgsql-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/plpgsql-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/postgres-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plpgsql-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/postgres-9.0.mo
|
||||
${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plpgsql-9.0.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.15 2012/01/17 21:43:19 sbd Exp $
|
||||
# $NetBSD: Makefile.common,v 1.16 2012/03/03 14:01:11 adam Exp $
|
||||
#
|
||||
# used by databases/postgresql90-adminpack/Makefile
|
||||
# used by databases/postgresql90-client/Makefile
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
.include "../../databases/postgresql90/Makefile.mirrors"
|
||||
|
||||
DISTNAME= postgresql-9.0.6
|
||||
DISTNAME= postgresql-9.0.7
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.9 2011/12/07 16:00:41 adam Exp $
|
||||
$NetBSD: distinfo,v 1.10 2012/03/03 14:01:11 adam Exp $
|
||||
|
||||
SHA1 (postgresql-9.0.6.tar.bz2) = 4a9a7d5579d3683ca1992b2ba116a4356094b3ca
|
||||
RMD160 (postgresql-9.0.6.tar.bz2) = e1794a28e495b861c2f82b325b4e28e71faa58ca
|
||||
Size (postgresql-9.0.6.tar.bz2) = 14777282 bytes
|
||||
SHA1 (postgresql-9.0.7.tar.bz2) = c0cf6de3cfa131b36107b3748ae44786ad638e12
|
||||
RMD160 (postgresql-9.0.7.tar.bz2) = 80a8c91233462515914aeb5c15cf63b7195da3ef
|
||||
Size (postgresql-9.0.7.tar.bz2) = 14977437 bytes
|
||||
SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
|
||||
SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1
|
||||
SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2011/09/21 09:10:37 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2012/03/03 14:01:12 adam Exp $
|
||||
bin/clusterdb
|
||||
bin/createdb
|
||||
bin/createlang
|
||||
|
@ -612,6 +612,7 @@ share/locale/it/LC_MESSAGES/pg_controldata-9.1.mo
|
|||
share/locale/it/LC_MESSAGES/pg_dump-9.1.mo
|
||||
share/locale/it/LC_MESSAGES/pg_resetxlog-9.1.mo
|
||||
share/locale/it/LC_MESSAGES/pgscripts-9.1.mo
|
||||
share/locale/it/LC_MESSAGES/psql-9.1.mo
|
||||
share/locale/ja/LC_MESSAGES/ecpg-9.1.mo
|
||||
share/locale/ja/LC_MESSAGES/ecpglib6-9.1.mo
|
||||
share/locale/ja/LC_MESSAGES/initdb-9.1.mo
|
||||
|
@ -658,16 +659,23 @@ share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.1.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/pgscripts-9.1.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/psql-9.1.mo
|
||||
share/locale/ro/LC_MESSAGES/initdb-9.1.mo
|
||||
share/locale/ro/LC_MESSAGES/pg_basebackup-9.1.mo
|
||||
share/locale/ro/LC_MESSAGES/pg_config-9.1.mo
|
||||
share/locale/ro/LC_MESSAGES/pg_controldata-9.1.mo
|
||||
share/locale/ro/LC_MESSAGES/pg_resetxlog-9.1.mo
|
||||
share/locale/ro/LC_MESSAGES/pgscripts-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/ecpg-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/ecpglib6-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/initdb-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/libpq5-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/pg_basebackup-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/pg_config-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/pg_controldata-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/pg_ctl-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/pg_dump-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/pg_resetxlog-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/pgscripts-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/psql-9.1.mo
|
||||
share/locale/sv/LC_MESSAGES/initdb-9.1.mo
|
||||
share/locale/sv/LC_MESSAGES/libpq5-9.1.mo
|
||||
share/locale/sv/LC_MESSAGES/pg_config-9.1.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2011/12/06 20:37:33 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2012/03/03 14:01:12 adam Exp $
|
||||
man/man1/clusterdb.1
|
||||
man/man1/createdb.1
|
||||
man/man1/createlang.1
|
||||
|
@ -948,6 +948,7 @@ share/doc/postgresql/html/release-8-3-14.html
|
|||
share/doc/postgresql/html/release-8-3-15.html
|
||||
share/doc/postgresql/html/release-8-3-16.html
|
||||
share/doc/postgresql/html/release-8-3-17.html
|
||||
share/doc/postgresql/html/release-8-3-18.html
|
||||
share/doc/postgresql/html/release-8-3-2.html
|
||||
share/doc/postgresql/html/release-8-3-3.html
|
||||
share/doc/postgresql/html/release-8-3-4.html
|
||||
|
@ -959,6 +960,7 @@ share/doc/postgresql/html/release-8-3-9.html
|
|||
share/doc/postgresql/html/release-8-3.html
|
||||
share/doc/postgresql/html/release-8-4-1.html
|
||||
share/doc/postgresql/html/release-8-4-10.html
|
||||
share/doc/postgresql/html/release-8-4-11.html
|
||||
share/doc/postgresql/html/release-8-4-2.html
|
||||
share/doc/postgresql/html/release-8-4-3.html
|
||||
share/doc/postgresql/html/release-8-4-4.html
|
||||
|
@ -974,9 +976,11 @@ share/doc/postgresql/html/release-9-0-3.html
|
|||
share/doc/postgresql/html/release-9-0-4.html
|
||||
share/doc/postgresql/html/release-9-0-5.html
|
||||
share/doc/postgresql/html/release-9-0-6.html
|
||||
share/doc/postgresql/html/release-9-0-7.html
|
||||
share/doc/postgresql/html/release-9-0.html
|
||||
share/doc/postgresql/html/release-9-1-1.html
|
||||
share/doc/postgresql/html/release-9-1-2.html
|
||||
share/doc/postgresql/html/release-9-1-3.html
|
||||
share/doc/postgresql/html/release-9-1.html
|
||||
share/doc/postgresql/html/release.html
|
||||
share/doc/postgresql/html/resources.html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/15 08:31:25 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2012/03/03 14:01:12 adam Exp $
|
||||
lib/postgresql/plperl.so
|
||||
share/locale/cs/LC_MESSAGES/plperl-9.1.mo
|
||||
share/locale/de/LC_MESSAGES/plperl-9.1.mo
|
||||
|
@ -8,6 +8,7 @@ share/locale/ja/LC_MESSAGES/plperl-9.1.mo
|
|||
share/locale/pl/LC_MESSAGES/plperl-9.1.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/plperl-9.1.mo
|
||||
share/locale/ro/LC_MESSAGES/plperl-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/plperl-9.1.mo
|
||||
share/locale/tr/LC_MESSAGES/plperl-9.1.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plperl-9.1.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plperl-9.1.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2011/12/06 20:37:33 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2012/03/03 14:01:12 adam Exp $
|
||||
lib/postgresql/plpython2.so
|
||||
share/locale/cs/LC_MESSAGES/plpython-9.1.mo
|
||||
share/locale/de/LC_MESSAGES/plpython-9.1.mo
|
||||
|
@ -8,6 +8,7 @@ share/locale/ja/LC_MESSAGES/plpython-9.1.mo
|
|||
share/locale/pl/LC_MESSAGES/plpython-9.1.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/plpython-9.1.mo
|
||||
share/locale/ro/LC_MESSAGES/plpython-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/plpython-9.1.mo
|
||||
share/locale/tr/LC_MESSAGES/plpython-9.1.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plpython-9.1.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plpython-9.1.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/15 08:32:01 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2012/03/03 14:01:12 adam Exp $
|
||||
bin/pltcl_delmod
|
||||
bin/pltcl_listmod
|
||||
bin/pltcl_loadmod
|
||||
|
@ -12,6 +12,7 @@ share/locale/ja/LC_MESSAGES/pltcl-9.1.mo
|
|||
share/locale/pl/LC_MESSAGES/pltcl-9.1.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/pltcl-9.1.mo
|
||||
share/locale/ro/LC_MESSAGES/pltcl-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/pltcl-9.1.mo
|
||||
share/locale/tr/LC_MESSAGES/pltcl-9.1.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/pltcl-9.1.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/pltcl-9.1.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2011/12/06 20:37:33 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2012/03/03 14:01:13 adam Exp $
|
||||
bin/postgres
|
||||
bin/postmaster
|
||||
lib/postgresql/ascii_and_mic.so
|
||||
|
@ -47,6 +47,8 @@ share/locale/pl/LC_MESSAGES/postgres-9.1.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/plpgsql-9.1.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/postgres-9.1.mo
|
||||
share/locale/ro/LC_MESSAGES/plpgsql-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/plpgsql-9.1.mo
|
||||
share/locale/ru/LC_MESSAGES/postgres-9.1.mo
|
||||
share/locale/tr/LC_MESSAGES/plpgsql-9.1.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plpgsql-9.1.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/postgres-9.1.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.4 2011/12/06 20:37:33 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.5 2012/03/03 14:01:12 adam Exp $
|
||||
#
|
||||
# used by databases/postgresql91-adminpack/Makefile
|
||||
# used by databases/postgresql91-client/Makefile
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
.include "../../databases/postgresql91/Makefile.mirrors"
|
||||
|
||||
DISTNAME= postgresql-9.1.2
|
||||
DISTNAME= postgresql-9.1.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.4 2011/12/06 20:37:33 adam Exp $
|
||||
$NetBSD: distinfo,v 1.5 2012/03/03 14:01:12 adam Exp $
|
||||
|
||||
SHA1 (postgresql-9.1.2.tar.bz2) = 7d57b96eb1c764ec234c72b70511a5f7e23fb2b0
|
||||
RMD160 (postgresql-9.1.2.tar.bz2) = 2f98f2ff4e6e2b048dce80335fb3c672753114a9
|
||||
Size (postgresql-9.1.2.tar.bz2) = 15424814 bytes
|
||||
SHA1 (postgresql-9.1.3.tar.bz2) = 1cf3044415df807c08bb8ad8e40e24e8d375cf34
|
||||
RMD160 (postgresql-9.1.3.tar.bz2) = 84eb235c090083b78e6a2facf3d7bc534395db8b
|
||||
Size (postgresql-9.1.3.tar.bz2) = 15582454 bytes
|
||||
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
|
||||
SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7
|
||||
SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04
|
||||
|
@ -10,7 +10,7 @@ SHA1 (patch-contrib_dblink_dblink.c) = 4d7c40d107d4c13c63ef2908d9a02be319863657
|
|||
SHA1 (patch-src_Makefile.shlib) = 39c9d8fa983658fd609a7879cbe46c95aabb8011
|
||||
SHA1 (patch-src_backend_Makefile) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
|
||||
SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
|
||||
SHA1 (patch-src_pl_plperl_GNUmakefile) = 52f90988850d7787b81423243a103be8de822d68
|
||||
SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07
|
||||
SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
|
||||
SHA1 (patch-src_timezone_localtime.c) = a73769cf05223d2ee06249c9e69c85038c2cd936
|
||||
SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: patch-src_pl_plperl_GNUmakefile,v 1.2 2011/12/06 20:37:33 adam Exp $
|
||||
$NetBSD: patch-src_pl_plperl_GNUmakefile,v 1.3 2012/03/03 14:01:12 adam Exp $
|
||||
|
||||
--- src/pl/plperl/GNUmakefile.orig 2011-12-01 21:47:20.000000000 +0000
|
||||
--- src/pl/plperl/GNUmakefile.orig 2012-02-23 22:53:36.000000000 +0000
|
||||
+++ src/pl/plperl/GNUmakefile
|
||||
@@ -60,7 +60,6 @@ XSUBPPDIR = $(shell $(PERL) -e 'use List
|
||||
|
||||
|
@ -17,5 +17,5 @@ $NetBSD: patch-src_pl_plperl_GNUmakefile,v 1.2 2011/12/06 20:37:33 adam Exp $
|
|||
-all: all-lib
|
||||
+all: perlchunks.h plperl_opmask.h plperl_helpers.h all-lib
|
||||
|
||||
SPI.c: SPI.xs
|
||||
SPI.c: SPI.xs plperl_helpers.h
|
||||
@if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi
|
||||
|
|
Loading…
Reference in a new issue