Check-in Number:
|
5668 | |
Date: |
2006-Nov-20 20:58:22 (local)
2006-Nov-20 19:58:22 (UTC) |
User: | rse |
Branch: | |
Comment: |
Silence PostgreSQL processing messages
Submitted by: David Wheeler <david@kineticode.com> |
Tickets: |
#126 | |
Patches for PostgreSQL 8.2 and Mac OS X |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.137 -> 1.138
--- ChangeLog 2006/11/20 19:29:27 1.137
+++ ChangeLog 2006/11/20 19:58:22 1.138
@@ -13,6 +13,9 @@
Changes between 1.5.1 and 1.6.0 (31-Jul-2006 to 05-Oct-2006)
+ o Silence PostgreSQL processing messages
+ [David Wheeler <david@kineticode.com>]
+
o Support MacOS X (aka Darwin) in PostgreSQL bindings by passing
a "-bundle_loader" option to the linker in order to resolve the
"undefined symbols" problem.
|
|
ossp-pkg/uuid/pgsql/uuid.sql.in 1.5 -> 1.6
--- uuid.sql.in 2006/07/31 12:43:32 1.5
+++ uuid.sql.in 2006/11/20 19:58:22 1.6
@@ -32,6 +32,7 @@
--
SET search_path TO public;
+SET client_min_messages TO warning;
DROP FUNCTION uuid_in(CSTRING) CASCADE;
DROP FUNCTION uuid_out(uuid) CASCADE;
|
|