Re: Cygwin cleanup

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, vignesh C <vignesh21(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Cygwin cleanup
Date: 2023-02-08 07:06:17
Message-ID: CA+hUKGK2EHFWpLD_W26fLyBA2s+-NF7A9UWSHRJNBWM98Wkr-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 13, 2023 at 5:17 PM Justin Pryzby <pryzby(at)telsasoft(dot)com> wrote:
> My patch used fsync_fname_ext() which would cause an ERROR rather than a
> PANIC when failing to fsync the logical decoding pathname.

FTR While analysing a lot of CI logs trying to debug something else I
came across a plain Windows/MSVC (not Cygwin) build that panicked like
this:

https://cirrus-ci.com/task/6689224833892352
https://api.cirrus-ci.com/v1/artifact/task/6689224833892352/testrun/build/testrun/subscription/013_partition/log/013_partition_publisher.log
https://api.cirrus-ci.com/v1/artifact/task/6689224833892352/crashlog/crashlog-postgres.exe_0af4_2023-02-05_21-53-20-018.txt

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Katsuragi Yuta 2023-02-08 07:10:25 Re: [Proposal] Add foreign-server health checks infrastructure
Previous Message Andres Freund 2023-02-08 07:06:03 Re: deadlock-hard flakiness