Re: PG_TEST_EXTRA and meson

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Cc: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, Tristan Partin <tristan(at)partin(dot)io>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: PG_TEST_EXTRA and meson
Date: 2024-08-30 18:35:53
Message-ID: CAOYmi+=6HNVhbFOVsV6X2_DVDYcUDL4AMnj7iM15gAfw__beKA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 28, 2024 at 8:21 AM Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com> wrote:
> I do not exactly remember the reason but I think I copied the same
> behavior as before, PG_TEST_EXTRA variable was checked in the
> src/test/Makefile so I exported it there.

Okay, give v3 a try then. This exports directly from Makefile.global.
Since that gets pulled into a bunch of places, the scope is a lot
wider than it used to be; I've disabled it for PGXS so it doesn't end
up poisoning other extensions.

--Jacob

Attachment Content-Type Size
v3-make_test_extra.diff application/octet-stream 2.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-08-30 19:21:25 Re: [EXTERNAL] Re: Add non-blocking version of PQcancel
Previous Message Jeff Davis 2024-08-30 17:42:52 Re: allowing extensions to control planner behavior