pgsql: ci: Improve OpenBSD core dump backtrace handling.

2025-11-06 Thread Thomas Munro
ci: Improve OpenBSD core dump backtrace handling. Since OpenBSD core dumps do not embed executable paths, the script now searches for the corresponding binary manually within the specified directory before invoking LLDB. This is imperfect but should find the right executable in practice, as neede

pgsql: ci: Improve OpenBSD core dump backtrace handling.

2025-11-06 Thread Thomas Munro
ci: Improve OpenBSD core dump backtrace handling. Since OpenBSD core dumps do not embed executable paths, the script now searches for the corresponding binary manually within the specified directory before invoking LLDB. This is imperfect but should find the right executable in practice, as neede