diff options
author | adam <adam> | 2006-10-18 19:24:07 +0000 |
---|---|---|
committer | adam <adam> | 2006-10-18 19:24:07 +0000 |
commit | bd7d551df38054b15d3fb25d58fbb736909d48b4 (patch) | |
tree | 1c60f79bd43234c99a4644f10b2c404d46610b2b /databases/postgresql74-server/PLIST | |
parent | abb8e96e8fc774a41fad66b3c2d324fe4040ef3d (diff) | |
download | pkgsrc-bd7d551df38054b15d3fb25d58fbb736909d48b4.tar.gz |
Changes 7.4.14:
* Fix core dump when an untyped literal is taken as ANYARRAY
* Fix string_to_array() to handle overlapping matches for the
separator string
For example, string_to_array('123xx456xxx789', 'xx').
* Fix corner cases in pattern matching for psql's \d commands
* Fix index-corrupting bugs in /contrib/ltree (Teodor)
* Fix backslash escaping in /contrib/dbmirror
* Adjust regression tests for recent changes in US DST laws
Diffstat (limited to 'databases/postgresql74-server/PLIST')
-rw-r--r-- | databases/postgresql74-server/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74-server/PLIST b/databases/postgresql74-server/PLIST index 36a8eb20662..7d4a226d0c7 100644 --- a/databases/postgresql74-server/PLIST +++ b/databases/postgresql74-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/04/17 07:07:15 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/10/18 19:24:07 adam Exp $ bin/postgres bin/postmaster lib/postgresql/ascii_and_mic.so @@ -29,6 +29,7 @@ lib/postgresql/utf8_and_win1256.so lib/postgresql/utf8_and_win874.so man/man1/postgres.1 man/man1/postmaster.1 +share/examples/rc.d/pgsql share/locale/cs/LC_MESSAGES/postgres.mo share/locale/de/LC_MESSAGES/postgres.mo share/locale/es/LC_MESSAGES/postgres.mo @@ -43,7 +44,6 @@ share/locale/sv/LC_MESSAGES/postgres.mo share/locale/tr/LC_MESSAGES/postgres.mo share/locale/zh_CN/LC_MESSAGES/postgres.mo share/locale/zh_TW/LC_MESSAGES/postgres.mo -share/examples/rc.d/pgsql share/postgresql/conversion_create.sql share/postgresql/information_schema.sql share/postgresql/pg_hba.conf.sample |