pgsql: Simplify makefiles exporting twice enable_injection_points

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Simplify makefiles exporting twice enable_injection_points
Date: 2024-09-03 23:06:22
Message-ID: E1slcbN-0001Ym-Cx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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/202408201630.mn6vbohjh7hh@alvherre.pgsql
Backpatch-through: 17

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/516ff05539bb70cc378e21e5e67588ec9c959cf7

Modified Files
--------------
src/test/modules/injection_points/Makefile | 2 +-
src/test/modules/test_misc/Makefile | 2 +-
src/test/modules/test_slru/Makefile | 2 +-
src/test/recovery/Makefile | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-09-03 23:31:27 pgsql: Remember last collation to speed up collation cache.
Previous Message Thomas Munro 2024-09-03 22:30:08 pgsql: Standardize "read-ahead advice" terminology.