Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 42bf7fc

Browse files
committed
Fix makefile broken by hstore fix.
1 parent a181675 commit 42bf7fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/hstore/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o \
55
crc32.o
66

77
EXTENSION = hstore
8-
DATA = hstore--1.1.sql hstore--1.0--1.1.sql hstore--unpackaged--1.0.sql
8+
DATA = hstore--1.2.sql hstore--1.1--1.2.sql hstore--1.0--1.1.sql \
9+
hstore--unpackaged--1.0.sql
910

1011
REGRESS = hstore
1112

0 commit comments

Comments
 (0)