pgsql: ci: Enable injection points in builds

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Enable injection points in builds
Date: 2024-01-23 03:01:47
Message-ID: E1rS72p-002fmu-3d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Enable injection points in builds

--enable-injection-points and -Dinjection_points=true are now given to
the commands triggered by the tasks where assertions are enabled,
providing coverage for injection points or any test using them.

Author: Heikki Linnakangas
Discussion: https://postgr.es/m/0615a424-b726-4157-afa7-4245629f9512@iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/183b6f73b04e41cd8468eab74ab191602c66617b

Modified Files
--------------
.cirrus.tasks.yml | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-01-23 05:09:43 pgsql: Add better handling of redundant IS [NOT] NULL quals
Previous Message Nathan Bossart 2024-01-23 02:45:24 pgsql: Fix possible NULL pointer dereference in GetNamedDSMSegment().