Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit516ff05

Browse files
committed
Simplify makefiles exporting twice enable_injection_points
This is confusing, as it exports twice the same variable. Oversight in6782709 that has spread in more places afterwards.Reported-by: Alvaro Herrera, Tom LaneDiscussion:https://postgr.es/m/202408201630.mn6vbohjh7hh@alvherre.pgsqlBackpatch-through: 17
1 parent813fde7 commit516ff05

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-
exportenable_injection_pointsenable_injection_points
23+
exportenable_injection_points
2424

2525
ifdefUSE_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-
exportenable_injection_pointsenable_injection_points
7+
exportenable_injection_points
88

99
ifdefUSE_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-
exportenable_injection_pointsenable_injection_points
11+
exportenable_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-
exportenable_injection_pointsenable_injection_points
21+
exportenable_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)

[8]ページ先頭

©2009-2025 Movatter.jp