summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a3a75bf)
raw | patch | inline | side by side (parent: a3a75bf)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 12 Nov 2012 21:17:43 +0000 (22:17 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 12 Nov 2012 21:17:43 +0000 (22:17 +0100) |
Features won't change between patch versions but only between minor versions.
src/Makefile.pgxs.in | patch | blob | history | |
src/postrr.control.in | patch | blob | history |
diff --git a/src/Makefile.pgxs.in b/src/Makefile.pgxs.in
index a91f7bd911606a4ed0edd8ddc5d5977a5b8207a3..0c8094b8d7396fa8aadc3cb5b11d96072cfd3938 100644 (file)
--- a/src/Makefile.pgxs.in
+++ b/src/Makefile.pgxs.in
EXTENSION=postrr
DATA=postrr_comments.sql uninstall_postrr.sql
-DATA_built=postrr--@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@.@POSTRR_PATCH_VERSION@.sql
+DATA_built=postrr--@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@.sql
# objects to be build by PGXS
OBJS=$(PG_OBJS)
PGXS=@PGXS@
include $(PGXS)
-postrr--@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@.@POSTRR_PATCH_VERSION@.sql: postrr.sql
+postrr--@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@.sql: postrr.sql
cp $< $@
diff --git a/src/postrr.control.in b/src/postrr.control.in
index 654c4f8925830f58943b68f27e9038a5bfa97bb7..e74b069ffe2df7185b2a843418143f88fed502ab 100644 (file)
--- a/src/postrr.control.in
+++ b/src/postrr.control.in
# PostRR extension
comment = 'PostgreSQL Round Robin Extension'
-default_version = '@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@.@POSTRR_PATCH_VERSION@'
+default_version = '@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@'
module_pathname = '$libdir/postrr'
relocatable = false
superuser = false