pgsql: Make TAP todo_start effects the same under Meson and prove_check - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Make TAP todo_start effects the same under Meson and prove_check
Date
Msg-id E1sN1K9-003Iys-M3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make TAP todo_start effects the same under Meson and prove_check.

This could have caused spurious failures only on SPARC Linux, because
today's only todo_start tests for that platform.  Back-patch to v16,
where Meson support first appeared.

Reviewed by Robert Haas.

Discussion: https://postgr.es/m/20240512232923.aa.nmisch@google.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/22a4b104ba70f6f486197ab28a28cd9bcdd4f4ad

Modified Files
--------------
src/tools/testwrap | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: SQL/JSON: Document behavior when input document is not jsonb
Next
From: Noah Misch
Date:
Subject: pgsql: Remove comment about xl_heap_inplace "AT END OF STRUCT".