projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2254367
)
Don't install hstore--1.0.sql any more.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 23 Feb 2012 01:37:13 +0000
(20:37 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 23 Feb 2012 01:37:13 +0000
(20:37 -0500)
Since the current version is 1.1, the 1.0 file isn't really needed. We do
need the 1.0--1.1 upgrade file, so people on 1.0 can upgrade.
Per recent discussion on pgsql-hackers.
contrib/hstore/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/hstore/Makefile
b/contrib/hstore/Makefile
index e9e5e53142d82ba25a62d586e083402bdc3c0a90..1236e7958f4016c7acc7ff6395480df0fcd94b3d 100644
(file)
--- a/
contrib/hstore/Makefile
+++ b/
contrib/hstore/Makefile
@@
-5,8
+5,7
@@
OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o \
crc32.o
EXTENSION = hstore
-DATA = hstore--1.0.sql hstore--1.1.sql hstore--1.0--1.1.sql \
- hstore--unpackaged--1.0.sql
+DATA = hstore--1.1.sql hstore--1.0--1.1.sql hstore--unpackaged--1.0.sql
REGRESS = hstore