restore 0.28.0 files

This commit is contained in:
manmorjim 2020-03-09 11:09:58 +01:00
parent ee837e0e5f
commit 63e5379016
6 changed files with 5 additions and 5842 deletions

View File

@ -96,8 +96,8 @@ devclean:
rm -f $(NEW_EXTENSION_ARTIFACT)
rm -f $(GENERATED_SQL_FILES)
rm -rf $(TEST_DIR)
for f in $(OLD_VERSIONS); do \
mv $${f}.bak $${f} || true; \
for f in $(basename $(wildcard old_versions/*.bak)); do \
mv $${f}.bak $${f}; \
done
# If needed remove PARALLEL tags from the release files
@ -125,10 +125,9 @@ replace_variables:
sed -e 's/@@plpythonu@@/$(PLPYTHONU)/g' \
>> $(TEST_DIR)/expected/$${f}.out; \
done
for f in $(OLD_VERSIONS); do \
mv $${f}.bak $${f} || true; \
for f in $(basename $(wildcard old_versions/*.bak)); do \
mv $${f}.bak $${f}; \
sed --in-place=.bak -e 's/@@plpythonu@@/$(PLPYTHONU)/g' $${f}; \
echo "sed --in-place=.bak -e 's/@@plpythonu@@/$(PLPYTHONU)/g' $${f}"; \
done
# Install the current release into the PostgreSQL extensions directory

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
comment = 'CartoDB dataservices client API extension'
default_version = '0.29.0'
default_version = '0.28.0'
requires = 'plproxy, cartodb'
superuser = true
schema = cdb_dataservices_client