]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Make psql DETAIL line test unconditionally optional.
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 15 Apr 2026 18:41:33 +0000 (14:41 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 16 Apr 2026 20:56:18 +0000 (16:56 -0400)
commit446c400fd89b46ac6e71fb01604ffd830f12c9e9
treea9a94a36123dc564019cdc46ce051a1c6d8cdd25
parent05c401d5786a05ea630e884ffa492aa01683d15b
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.wartak@enterprisedb.com>
Suggested-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/2007157.1776269052%40sss.pgh.pa.us
src/bin/psql/t/001_basic.pl