From 57236b9520df2be99f31591b81196ca00b65c810 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 15 Feb 2011 09:06:31 +0000 Subject: Changes 8.3.14: * Avoid failures when "EXPLAIN" tries to display a simple-form CASE expression. * Fix assignment to an array slice that is before the existing range of subscripts. * Avoid unexpected conversion overflow in planner for very distant date values. * Fix pg_restore's text output for large objects (BLOBs) when standard_conforming_strings is on. * Fix erroneous parsing of tsquery values containing ... & !(subexpression) | ... * Fix buffer overrun in "contrib/intarray"'s input function for the query_int type. * Fix bug in "contrib/seg"'s GiST picksplit algorithm. --- databases/postgresql83-server/Makefile | 6 +--- databases/postgresql83-server/PLIST | 58 +++++++++++++++++----------------- 2 files changed, 30 insertions(+), 34 deletions(-) (limited to 'databases/postgresql83-server') diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile index 1268bb4126f..6b12a4ac9b8 100644 --- a/databases/postgresql83-server/Makefile +++ b/databases/postgresql83-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/12/19 09:53:54 adam Exp $ +# $NetBSD: Makefile,v 1.14 2011/02/15 09:06:33 adam Exp $ PKGNAME= ${DISTNAME:C/-/83-server-/} COMMENT= PostgreSQL database server programs @@ -10,10 +10,6 @@ NOT_FOR_PLATFORM= *-*-mips .include "../../databases/postgresql83/Makefile.common" -# Use shlibtool (invoked as "$(LIBTOOL)") to build modules. -USE_LIBTOOL= yes -PKG_LIBTOOL= ${PKG_SHLIBTOOL} - CONFIGURE_ARGS+= --with-openssl INSTALL_DIRS= src/backend diff --git a/databases/postgresql83-server/PLIST b/databases/postgresql83-server/PLIST index cf5fe639a25..510a6882590 100644 --- a/databases/postgresql83-server/PLIST +++ b/databases/postgresql83-server/PLIST @@ -1,34 +1,34 @@ -@comment $NetBSD: PLIST,v 1.13 2010/12/19 09:53:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2011/02/15 09:06:33 adam Exp $ bin/postgres bin/postmaster -lib/postgresql/ascii_and_mic.la -lib/postgresql/cyrillic_and_mic.la -lib/postgresql/dict_snowball.la -lib/postgresql/euc_cn_and_mic.la -lib/postgresql/euc_jis_2004_and_shift_jis_2004.la -lib/postgresql/euc_jp_and_sjis.la -lib/postgresql/euc_kr_and_mic.la -lib/postgresql/euc_tw_and_big5.la -lib/postgresql/latin2_and_win1250.la -lib/postgresql/latin_and_mic.la -lib/postgresql/plpgsql.la -lib/postgresql/utf8_and_ascii.la -lib/postgresql/utf8_and_big5.la -lib/postgresql/utf8_and_euc_jis_2004.la -lib/postgresql/utf8_and_cyrillic.la -lib/postgresql/utf8_and_euc_cn.la -lib/postgresql/utf8_and_euc_jp.la -lib/postgresql/utf8_and_euc_kr.la -lib/postgresql/utf8_and_euc_tw.la -lib/postgresql/utf8_and_gb18030.la -lib/postgresql/utf8_and_gbk.la -lib/postgresql/utf8_and_iso8859.la -lib/postgresql/utf8_and_iso8859_1.la -lib/postgresql/utf8_and_johab.la -lib/postgresql/utf8_and_shift_jis_2004.la -lib/postgresql/utf8_and_sjis.la -lib/postgresql/utf8_and_uhc.la -lib/postgresql/utf8_and_win.la +lib/postgresql/ascii_and_mic.so +lib/postgresql/cyrillic_and_mic.so +lib/postgresql/dict_snowball.so +lib/postgresql/euc_cn_and_mic.so +lib/postgresql/euc_jis_2004_and_shift_jis_2004.so +lib/postgresql/euc_jp_and_sjis.so +lib/postgresql/euc_kr_and_mic.so +lib/postgresql/euc_tw_and_big5.so +lib/postgresql/latin2_and_win1250.so +lib/postgresql/latin_and_mic.so +lib/postgresql/plpgsql.so +lib/postgresql/utf8_and_ascii.so +lib/postgresql/utf8_and_big5.so +lib/postgresql/utf8_and_euc_jis_2004.so +lib/postgresql/utf8_and_cyrillic.so +lib/postgresql/utf8_and_euc_cn.so +lib/postgresql/utf8_and_euc_jp.so +lib/postgresql/utf8_and_euc_kr.so +lib/postgresql/utf8_and_euc_tw.so +lib/postgresql/utf8_and_gb18030.so +lib/postgresql/utf8_and_gbk.so +lib/postgresql/utf8_and_iso8859.so +lib/postgresql/utf8_and_iso8859_1.so +lib/postgresql/utf8_and_johab.so +lib/postgresql/utf8_and_shift_jis_2004.so +lib/postgresql/utf8_and_sjis.so +lib/postgresql/utf8_and_uhc.so +lib/postgresql/utf8_and_win.so share/examples/rc.d/pgsql share/locale/af/LC_MESSAGES/postgres.mo share/locale/cs/LC_MESSAGES/postgres.mo -- cgit v1.2.3