This is confusing, as it exports twice the same variable. Oversight in
6782709df81f that has spread in more places afterwards.
Reported-by: Alvaro Herrera, Tom Lane
Discussion: https://postgr.es/m/
202408201630[email protected]
Backpatch-through: 17
# The injection points are cluster-wide, so disable installcheck
NO_INSTALLCHECK = 1
-export enable_injection_points enable_injection_points
+export enable_injection_points
ifdef USE_PGXS
PG_CONFIG = pg_config
EXTRA_INSTALL=src/test/modules/injection_points
-export enable_injection_points enable_injection_points
+export enable_injection_points
ifdef USE_PGXS
PG_CONFIG = pg_config
PGFILEDESC = "test_slru - test module for SLRUs"
EXTRA_INSTALL=src/test/modules/injection_points
-export enable_injection_points enable_injection_points
+export enable_injection_points
TAP_TESTS = 1
EXTENSION = test_slru
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
-export enable_injection_points enable_injection_points
+export enable_injection_points
# required for 017_shm.pl and 027_stream_regress.pl
REGRESS_SHLIB=$(abs_top_builddir)/src/test/regress/regress$(DLSUFFIX)