pgsql: Simplify makefiles exporting twice enable_injection_points - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Simplify makefiles exporting twice enable_injection_points
Date
Msg-id E1slcbN-0001Yn-Dg@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ff43b5e70d45c8d39ca7513e10c23367435c9826

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


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Standardize "read-ahead advice" terminology.
Next
From: Jeff Davis
Date:
Subject: pgsql: Remember last collation to speed up collation cache.