Re: ci: Skip minfree file in the cores_backtrace.sh

Nazir Bilal Yavuz <byavuz81@gmail.com>

From: Nazir Bilal Yavuz <byavuz81@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Melanie Plageman <melanieplageman@gmail.com>, myon@debian.org
Date: 2025-10-17T10:28:57Z
Lists: pgsql-hackers
Hi,

On Fri, 17 Oct 2025 at 12:15, Daniel Gustafsson <daniel@yesql.se> wrote:
>
> > On 17 Oct 2025, at 10:26, Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:
>
> > 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.
>
> +1, seems correct from a read through.

Thanks for looking into it!

Here is an example CI run [1]. I broke the CI on purpose, so you can
see that the 'Run cores' script finished successfully in all CI
operating systems that run cores_backtrace.sh.

[1] https://cirrus-ci.com/build/4950636673892352

-- 
Regards,
Nazir Bilal Yavuz
Microsoft



Commits

  1. postgres_fdw, dblink: Validate use_scram_passthrough values