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

Commitff43b5e

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 parent94f1474 commitff43b5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎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/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