Thread: pgsql: Simplify makefiles exporting twice enable_injection_points

pgsql: Simplify makefiles exporting twice enable_injection_points

From
Michael Paquier
Date:
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(-)