| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Make psql DETAIL line test unconditionally optional. |
| Date: | 2026-04-16 20:57:53 |
| Message-ID: | E1wDTma-001J15-2Z@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Make psql DETAIL line test unconditionally optional.
Commit 3e2a1496bae6 made the psql TAP test require the DETAIL line on
platforms with SA_SIGINFO, rather than making it optional. This
unexpectedly blew up on OpenBSD buildfarm members, because OpenBSD does
not set si_pid for SIGTERM signals even though it has SA_SIGINFO
defined.
So revert to the test as it was in commit 55890a919454, where the detail
line being missing never causes an error.
Author: Jakub Wartak <jakub(dot)wartak(at)enterprisedb(dot)com>
Suggested-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/2007157.1776269052%40sss.pgh.pa.us
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/446c400fd89b46ac6e71fb01604ffd830f12c9e9
Modified Files
--------------
src/bin/psql/t/001_basic.pl | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2026-04-16 21:24:16 | pgsql: doc PG 19 relnotes: change "free space map" to "visibility map" |
| Previous Message | Álvaro Herrera | 2026-04-16 20:31:35 | pgsql: Add missing initialization |