Don't install hstore--1.0.sql any more.
authorRobert Haas <rhaas@postgresql.org>
Thu, 23 Feb 2012 01:37:13 +0000 (20:37 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 23 Feb 2012 01:37:13 +0000 (20:37 -0500)
Since the current version is 1.1, the 1.0 file isn't really needed.  We do
need the 1.0--1.1 upgrade file, so people on 1.0 can upgrade.

Per recent discussion on pgsql-hackers.

contrib/hstore/Makefile

index e9e5e53142d82ba25a62d586e083402bdc3c0a90..1236e7958f4016c7acc7ff6395480df0fcd94b3d 100644 (file)
@@ -5,8 +5,7 @@ OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o \
        crc32.o
 
 EXTENSION = hstore
-DATA = hstore--1.0.sql hstore--1.1.sql hstore--1.0--1.1.sql \
-       hstore--unpackaged--1.0.sql
+DATA = hstore--1.1.sql hstore--1.0--1.1.sql hstore--unpackaged--1.0.sql
 
 REGRESS = hstore