From: Andrew Dunstan Date: Sun, 16 Mar 2014 14:29:14 +0000 (-0400) Subject: fix hstore Makefile X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c43f24c88aa8e9ed141a9ca42fa6973fc1541d6d;p=users%2Fandresfreund%2Fpostgres.git fix hstore Makefile --- diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile index bf21c65f04..2b60fbed0e 100644 --- a/contrib/hstore/Makefile +++ b/contrib/hstore/Makefile @@ -6,7 +6,7 @@ OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o \ EXTENSION = hstore DATA = hstore--1.3.sql hstore--1.2--1.3.sql \ - hstore--1.2.sql hstore--1.1--1.2.sql hstore--1.0--1.1.sql \ + hstore--1.1--1.2.sql hstore--1.0--1.1.sql \ hstore--unpackaged--1.0.sql REGRESS = hstore