Skip to content

Commit 516ff05

Browse files
committed
Simplify makefiles exporting twice enable_injection_points
This is confusing, as it exports twice the same variable. Oversight in 6782709 that has spread in more places afterwards. Reported-by: Alvaro Herrera, Tom Lane Discussion: https://postgr.es/m/202408201630.mn6vbohjh7hh@alvherre.pgsql Backpatch-through: 17
1 parent 813fde7 commit 516ff05

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/test/modules/injection_points/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ TAP_TESTS = 1
2020
# The injection points are cluster-wide, so disable installcheck
2121
NO_INSTALLCHECK = 1
2222

23-
export enable_injection_points enable_injection_points
23+
export enable_injection_points
2424

2525
ifdef USE_PGXS
2626
PG_CONFIG = pg_config

src/test/modules/test_misc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TAP_TESTS = 1
44

55
EXTRA_INSTALL=src/test/modules/injection_points
66

7-
export enable_injection_points enable_injection_points
7+
export enable_injection_points
88

99
ifdef USE_PGXS
1010
PG_CONFIG = pg_config

src/test/modules/test_slru/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OBJS = \
88
PGFILEDESC = "test_slru - test module for SLRUs"
99

1010
EXTRA_INSTALL=src/test/modules/injection_points
11-
export enable_injection_points enable_injection_points
11+
export enable_injection_points
1212
TAP_TESTS = 1
1313

1414
EXTENSION = test_slru

src/test/recovery/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subdir = src/test/recovery
1818
top_builddir = ../../..
1919
include $(top_builddir)/src/Makefile.global
2020

21-
export enable_injection_points enable_injection_points
21+
export enable_injection_points
2222

2323
# required for 017_shm.pl and 027_stream_regress.pl
2424
REGRESS_SHLIB=$(abs_top_builddir)/src/test/regress/regress$(DLSUFFIX)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy