postgresql/src/bin
Andrew Dunstan 446c400fd8 Make psql DETAIL line test unconditionally optional.
Commit 3e2a1496ba 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 55890a9194, 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
2026-04-16 16:56:18 -04:00
..
initdb Rework signal handler infrastructure to pass sender info as argument. 2026-04-15 07:30:34 -04:00
pg_amcheck Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_archivecleanup Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_basebackup pg_createsubscriber: Don't use MAXPGPATH 2026-04-13 10:59:08 +02:00
pg_checksums Use PG_DATA_CHECKSUM_OFF instead of hardcoded value 2026-04-06 22:11:53 +02:00
pg_combinebackup Use PG_DATA_CHECKSUM_OFF instead of hardcoded value 2026-04-06 22:11:53 +02:00
pg_config Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_controldata Online enabling and disabling of data checksums 2026-04-03 22:58:51 +02:00
pg_ctl Rework signal handler infrastructure to pass sender info as argument. 2026-04-15 07:30:34 -04:00
pg_dump Rework signal handler infrastructure to pass sender info as argument. 2026-04-15 07:30:34 -04:00
pg_resetwal Change default of max_locks_per_transactions to 128 2026-04-03 20:27:46 +03:00
pg_rewind Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_test_fsync Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_test_timing pg_test_timing: Also test RDTSC[P] timing, report time source, TSC frequency 2026-04-07 17:12:08 -04:00
pg_upgrade pg_upgrade: Check for unsupported encodings. 2026-04-08 17:45:09 +12:00
pg_verifybackup Further harden tests that might use not-so-compatible tar versions. 2026-04-02 17:21:27 -04:00
pg_waldump Use XLogRecPtrIsValid() consistently for WAL position checks 2026-04-16 23:02:34 +09:00
pg_walsummary Fix accidentally cast away qualifiers 2026-01-26 16:02:31 +01:00
pgbench instrumentation: Standardize ticks to nanosecond conversion method 2026-04-07 13:00:24 -04:00
pgevent Update copyright for 2026 2026-01-01 13:24:10 -05:00
psql Make psql DETAIL line test unconditionally optional. 2026-04-16 16:56:18 -04:00
scripts Remove bits* typedefs. 2026-03-30 16:12:08 -05:00
Makefile Update copyright for 2026 2026-01-01 13:24:10 -05:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05:00