summaryrefslogtreecommitdiff
path: root/databases/postgresql90-server/files/patch-contrib-uuid
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql90-server/files/patch-contrib-uuid')
-rw-r--r--databases/postgresql90-server/files/patch-contrib-uuid10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql90-server/files/patch-contrib-uuid b/databases/postgresql90-server/files/patch-contrib-uuid
index a1b312cc2406..715aec5f281f 100644
--- a/databases/postgresql90-server/files/patch-contrib-uuid
+++ b/databases/postgresql90-server/files/patch-contrib-uuid
@@ -369,3 +369,13 @@
+ return internal_uuid_create(5, (unsigned char *)ns,
+ VARDATA(name), VARSIZE(name) - VARHDRSZ);
}
+--- contrib/Makefile.orig 2014-03-21 08:54:03.000000000 +0100
++++ contrib/Makefile 2014-03-21 08:54:08.000000000 +0100
+@@ -43,6 +43,7 @@
+ tablefunc \
+ test_parser \
+ tsearch2 \
++ uuid-ossp \
+ unaccent \
+ vacuumlo
+