diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-07 08:49:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-07 08:49:10 +0000 |
commit | ef55182abb7aa76dc81deef2833cca5e05b53277 (patch) | |
tree | 45a8cecaec969e5e2352fc90e231738f4bdc7972 /databases/postgresql/patches | |
parent | b26e3c3c6e8f2f3cb334737b1628482abe7cfb4f (diff) | |
download | pkgsrc-ef55182abb7aa76dc81deef2833cca5e05b53277.tar.gz |
Update postgresql and packages built from postgresql sources to 7.1.3.
Relevant changes from version 7.1.2 include:
Remove unused WAL segements of large transactions
Multiaction rule fix
Pl/pgSQL memory allocation fix
VACUUM buffer fix
pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types
Fix subselects with DISTINCT ON or LIMIT
Disable COPY TO/FROM a view
Diffstat (limited to 'databases/postgresql/patches')
-rw-r--r-- | databases/postgresql/patches/patch-aj | 14 | ||||
-rw-r--r-- | databases/postgresql/patches/patch-ak | 11 |
2 files changed, 7 insertions, 18 deletions
diff --git a/databases/postgresql/patches/patch-aj b/databases/postgresql/patches/patch-aj index 1ac5d1cdf8e..0048f137589 100644 --- a/databases/postgresql/patches/patch-aj +++ b/databases/postgresql/patches/patch-aj @@ -1,17 +1,15 @@ -$NetBSD: patch-aj,v 1.9 2001/09/05 12:48:48 rh Exp $ +$NetBSD: patch-aj,v 1.10 2001/09/07 08:49:10 jlam Exp $ ---- src/makefiles/Makefile.netbsd.orig Sat Dec 16 19:14:25 2000 -+++ src/makefiles/Makefile.netbsd -@@ -2,8 +2,10 @@ - +--- src/makefiles/Makefile.netbsd.orig Sat Dec 16 13:14:25 2000 ++++ src/makefiles/Makefile.netbsd Fri Sep 7 03:04:28 2001 +@@ -3,7 +3,9 @@ ifdef ELF_SYSTEM export_dynamic = -Wl,-E --rpath = -Wl,-R$(libdir) + rpath = -Wl,-R$(libdir) -shlib_symbolic = -Wl,-Bsymbolic -+rpath = -L$(libdir) -Wl,-R$(libdir) +shlib_symbolic = -Wl,-Bsymbolic -lc +else -+rpath = -L$(libdir) -R$(libdir) ++rpath = -R$(libdir) endif DLSUFFIX = .so diff --git a/databases/postgresql/patches/patch-ak b/databases/postgresql/patches/patch-ak index 3811babd461..99e7c4c2b50 100644 --- a/databases/postgresql/patches/patch-ak +++ b/databases/postgresql/patches/patch-ak @@ -1,16 +1,7 @@ -$NetBSD: patch-ak,v 1.4 2001/05/14 14:52:38 jlam Exp $ +$NetBSD: patch-ak,v 1.5 2001/09/07 08:49:10 jlam Exp $ --- src/pl/plperl/Makefile.PL.orig Sat Jun 10 14:02:12 2000 +++ src/pl/plperl/Makefile.PL -@@ -9,7 +9,7 @@ - # to be position-independent, but that is hard to check for and - # seems pretty unlikely anyway.) - # --if ($Config{'useshrplib'} ne 'true') { -+if ( ! -f $Config{archlibexp} . "/CORE/libperl." . $Config{so}) { - open(OUT, ">Makefile") or die "Can't write Makefile: $!\n"; - print OUT <<'EndOfMakefile'; - # Dummy Makefile for use when we can't build plperl @@ -52,7 +52,7 @@ } |