diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2013-09-29 22:46:55 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2013-09-29 22:46:55 -0400 |
commit | 42bf7fc1de4d25c92b244fabe1a6b1cbec99f151 (patch) | |
tree | f323f4c9ca827872d85e3cea94e68c007b60c8d6 | |
parent | a18167510f4c385329697588ce5132cbf95779c3 (diff) | |
download | postgresql-42bf7fc1de4d25c92b244fabe1a6b1cbec99f151.tar.gz postgresql-42bf7fc1de4d25c92b244fabe1a6b1cbec99f151.zip |
Fix makefile broken by hstore fix.
-rw-r--r-- | contrib/hstore/Makefile | 3 |
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 |