aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2013-09-29 22:46:55 -0400
committerAndrew Dunstan <andrew@dunslane.net>2013-09-29 22:46:55 -0400
commit42bf7fc1de4d25c92b244fabe1a6b1cbec99f151 (patch)
treef323f4c9ca827872d85e3cea94e68c007b60c8d6
parenta18167510f4c385329697588ce5132cbf95779c3 (diff)
downloadpostgresql-42bf7fc1de4d25c92b244fabe1a6b1cbec99f151.tar.gz
postgresql-42bf7fc1de4d25c92b244fabe1a6b1cbec99f151.zip
Fix makefile broken by hstore fix.
-rw-r--r--contrib/hstore/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile
index 1236e7958f4..43b7e5f9e71 100644
--- a/contrib/hstore/Makefile
+++ b/contrib/hstore/Makefile
@@ -5,7 +5,8 @@ OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o \
crc32.o
EXTENSION = hstore
-DATA = hstore--1.1.sql hstore--1.0--1.1.sql hstore--unpackaged--1.0.sql
+DATA = hstore--1.2.sql hstore--1.1--1.2.sql hstore--1.0--1.1.sql \
+ hstore--unpackaged--1.0.sql
REGRESS = hstore