Use a single version number for program, library and SQL

Having the SQL on a different numbering scheme is useful to provide an ungrade
path. But pg_repack has no need of such a path as it can be uninstalled with
no problem, so we are not going to provide update script. Hence it's much
easier to have a single version number for everything.
This commit is contained in:
Daniele Varrazzo
2012-11-15 23:31:58 +00:00
parent ffe5a2b323
commit 0af231dff5
3 changed files with 7 additions and 9 deletions

1
lib/.gitignore vendored
View File

@ -1,3 +1,4 @@
/.deps/
/pg_repack.sql
/pg_repack--[0-9.]*.sql
/pg_repack.control