Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 104900e

Browse files
author
Alexander Lakhin
committed
Remove workaround for PGPRO-4563
1 parent 4d67fdf commit 104900e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests_install/make_installcheck.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@ psql -c 'SHOW data_directory';
207207
make installcheck -C src/interfaces/libpq &&
208208
make installcheck -C src/test/modules/commit_ts &&
209209
make installcheck -C src/test/modules/test_pg_dump &&
210-
echo PGPRO-4563 Disabled: make installcheck-force -C src/test/modules/snapshot_too_old &&
210+
make installcheck-force -C src/test/modules/snapshot_too_old &&
211211
if [ -d src/test/modules/brin ]; then make installcheck -C src/test/modules/brin; fi &&
212212
if [ -d src/test/modules/unsafe_tests ]; then make installcheck -C src/test/modules/unsafe_tests; fi &&
213-
echo PGPRO-4563 Disabled: make installcheck-force -C contrib/test_decoding"
213+
make installcheck-force -C contrib/test_decoding"
214214
exitcode=$?
215215
sudo -u postgres $1/bin/pg_ctl -D tmpdb -w stop
216216
fi

0 commit comments

Comments
 (0)