Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a181675
)
Fix makefile broken by hstore fix.
author
Andrew Dunstan
<andrew@dunslane.net>
Mon, 30 Sep 2013 02:46:55 +0000
(22:46 -0400)
committer
Andrew Dunstan
<andrew@dunslane.net>
Mon, 30 Sep 2013 02:46:55 +0000
(22:46 -0400)
contrib/hstore/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/hstore/Makefile
b/contrib/hstore/Makefile
index 1236e7958f4016c7acc7ff6395480df0fcd94b3d..43b7e5f9e71f83761101691f8d830788eb7fa51f 100644
(file)
--- a/
contrib/hstore/Makefile
+++ b/
contrib/hstore/Makefile
@@
-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