Re: Test 041_checkpoint_at_promote.pl faild in installcheck due to missing injection_points

Maxim Orlov <orlovmg@gmail.com>

From: Maxim Orlov <orlovmg@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@alvh.no-ip.org>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-09-05T16:08:58Z
Lists: pgsql-hackers
On Thu, 5 Sept 2024 at 04:59, Michael Paquier <michael@paquier.xyz> wrote:

> Even if the code is compiled with injection points enabled, it's still
> going to be necessary to check if the module exists in the
> installation or not.  And it may or may not be around.
>

OK, thanks for an explanation, I get it.

-- 
Best regards,
Maxim Orlov.

Commits

  1. Check availability of module injection_points in TAP tests

  2. Avoid installcheck failure in TAP tests using injection_points

  3. Simplify makefiles exporting twice enable_injection_points