mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Fix makefile broken by hstore fix.
This commit is contained in:
parent
a18167510f
commit
42bf7fc1de
@ -5,7 +5,8 @@ OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o \
|
|||||||
crc32.o
|
crc32.o
|
||||||
|
|
||||||
EXTENSION = hstore
|
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
|
REGRESS = hstore
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user