aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql93-server/files/patch-contrib-uuid
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql93-server/files/patch-contrib-uuid')
-rw-r--r--databases/postgresql93-server/files/patch-contrib-uuid10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql93-server/files/patch-contrib-uuid b/databases/postgresql93-server/files/patch-contrib-uuid
index 7cbcb6f7a81e..73c836c36e1e 100644
--- a/databases/postgresql93-server/files/patch-contrib-uuid
+++ b/databases/postgresql93-server/files/patch-contrib-uuid
@@ -397,3 +397,13 @@
+ return internal_uuid_create(5, (unsigned char *)ns,
+ VARDATA(name), VARSIZE(name) - VARHDRSZ);
}
+--- contrib/Makefile.orig 2014-03-21 08:58:32.000000000 +0100
++++ contrib/Makefile 2014-03-21 08:59:13.000000000 +0100
+@@ -52,6 +52,7 @@
+ test_parser \
+ tsearch2 \
+ unaccent \
++ uuid-ossp \
+ vacuumlo \
+ worker_spi
+