1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-29 16:21:20 +03:00

Temporarily disable installcheck for test_oat_hooks module

Buildfarm members are encountering errors when the test is run under
various locales/encodings. As the buildfarm only does this for
installchecks, disable them for now.

Discussion: https://postgr.es/m/6067945b-960a-ab04-d40f-06b006a1dcd0@dunslane.net
This commit is contained in:
Andrew Dunstan 2022-03-22 20:18:30 -04:00
parent 1460fc5942
commit 5b29a9f772

View File

@ -6,6 +6,9 @@ PGFILEDESC = "test_oat_hooks - example use of object access hooks"
REGRESS = test_oat_hooks
# disable installcheck for now
NO_INSTALLCHECK = 1
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)