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-0001Yn-Dg@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
------
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(-)

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.