mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Fix makefile broken by hstore fix.
This commit is contained in:
parent
a18167510f
commit
42bf7fc1de
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue