ci: Skip minfree file in the cores_backtrace.sh

Nazir Bilal Yavuz <byavuz81@gmail.com>

From: Nazir Bilal Yavuz <byavuz81@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Melanie Plageman <melanieplageman@gmail.com>, myon@debian.org
Date: 2025-10-17T08:26:04Z
Lists: pgsql-hackers

Attachments

Hi,

Melanie mentioned on the Postgres Discord channel that the OpenBSD CI
task’s 'Run cores' script fails [1] because it tries to process a file
named minfree, which is not a valid core file.

This patch updates the cores_backtrace.sh script to skip the minfree
file across all CI operating systems, since it is not expected to be a
valid core file on any of them.

The fix was proposed by Christoph Berg, I created the patch and
verified that it works.

[1] https://cirrus-ci.com/task/6309105838587904

-- 
Regards,
Nazir Bilal Yavuz
Microsoft

Commits

  1. postgres_fdw, dblink: Validate use_scram_passthrough values