Version 0.6.2

This commit is contained in:
Mario de Frutos
2016-04-15 10:49:56 +02:00
parent 6d88580fdf
commit 8cd94973ff
9 changed files with 1232 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ OLD_VERSIONS = $(wildcard old_versions/*.sql)
# @see http://www.postgresql.org/docs/current/static/extend-pgxs.html
DATA = $(NEW_EXTENSION_ARTIFACT) \
$(OLD_VERSIONS) \
cdb_dataservices_server--0.6.1--0.6.0.sql \
cdb_dataservices_server--0.6.0--0.6.1.sql
cdb_dataservices_server--0.6.2--0.6.1.sql \
cdb_dataservices_server--0.6.1--0.6.2.sql
REGRESS = $(notdir $(basename $(wildcard test/sql/*test.sql)))
TEST_DIR = test/