Change loopback to observatory just to call the observatory extension functions

This commit is contained in:
Mario de Frutos
2016-05-09 17:20:37 +02:00
parent d29b156d76
commit 0735bbcb41
8 changed files with 229 additions and 13 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.7.1--0.7.2.sql \
cdb_dataservices_server--0.7.2--0.7.1.sql
cdb_dataservices_server--0.7.2--0.7.3.sql \
cdb_dataservices_server--0.7.3--0.7.2.sql
REGRESS = $(notdir $(basename $(wildcard test/sql/*test.sql)))
TEST_DIR = test/