File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ TAP_TESTS = 1
20
20
# The injection points are cluster-wide, so disable installcheck
21
21
NO_INSTALLCHECK = 1
22
22
23
- export enable_injection_points enable_injection_points
23
+ export enable_injection_points
24
24
25
25
ifdef USE_PGXS
26
26
PG_CONFIG = pg_config
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ TAP_TESTS = 1
4
4
5
5
EXTRA_INSTALL =src/test/modules/injection_points
6
6
7
- export enable_injection_points enable_injection_points
7
+ export enable_injection_points
8
8
9
9
ifdef USE_PGXS
10
10
PG_CONFIG = pg_config
Original file line number Diff line number Diff line change 8
8
PGFILEDESC = "test_slru - test module for SLRUs"
9
9
10
10
EXTRA_INSTALL =src/test/modules/injection_points
11
- export enable_injection_points enable_injection_points
11
+ export enable_injection_points
12
12
TAP_TESTS = 1
13
13
14
14
EXTENSION = test_slru
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ subdir = src/test/recovery
18
18
top_builddir = ../../..
19
19
include $(top_builddir ) /src/Makefile.global
20
20
21
- export enable_injection_points enable_injection_points
21
+ export enable_injection_points
22
22
23
23
# required for 017_shm.pl and 027_stream_regress.pl
24
24
REGRESS_SHLIB =$(abs_top_builddir ) /src/test/regress/regress$(DLSUFFIX )
You can’t perform that action at this time.
0 commit comments