diff options
author | Michael Paquier | 2024-09-03 23:05:44 +0000 |
---|---|---|
committer | Michael Paquier | 2024-09-03 23:05:44 +0000 |
commit | 516ff05539bb70cc378e21e5e67588ec9c959cf7 (patch) | |
tree | ea1fe603534d80fe1d5d72e668474b64ff5958e7 /src/test/recovery | |
parent | 813fde73d4dd4fab1b7bde99ceaa47dd8437c21e (diff) |
Simplify makefiles exporting twice enable_injection_points
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/[email protected]
Backpatch-through: 17
Diffstat (limited to 'src/test/recovery')
-rw-r--r-- | src/test/recovery/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/Makefile b/src/test/recovery/Makefile index f57baba5e89..d40c05a566d 100644 --- a/src/test/recovery/Makefile +++ b/src/test/recovery/Makefile @@ -18,7 +18,7 @@ subdir = src/test/recovery 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) |