From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: issue with meson builds on msys2 |
Date: | 2023-05-08 19:58:22 |
Message-ID: | 20230508195822.pvhqyjlaurbzojmm@awork3.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Hi,
On 2023-05-05 07:08:39 -0400, Andrew Dunstan wrote:
> On 2023-05-04 Th 19:54, Andres Freund wrote:
> > Hm. I can't reproduce this in my test win10 VM, unfortunately. What OS / OS
> > version is the host? Any chance to get systeminfo.exe output or something like
> > that?
>
>
> Its a Windows Server 2019 (v 1809) instance running on AWS.
Hm. When I hit the python issue I also couldn't repro it on windows 10. Cirrus
was also using Windows Server 2019...
> > I think we ought to do something here. If newer environments cause failures
> > like this, it seems likely that this will spread to more and more applications
> > over time...
> >
>
> Just to reassure myself I have not been hallucinating, I repeated the test.
>
>
> pgrunner(at)EC2AMAZ-GCB871B UCRT64 ~/bf/root/HEAD/inst
> $ /usr/bin/perl -e 'system(qq{"bin/pg_ctl" -D data-C -w -l logfile start >
> startlog 2>&1}) ; print $? ? "BANG: $?\n" : "OK\n";'
> OK
>
> pgrunner(at)EC2AMAZ-GCB871B UCRT64 ~/bf/root/HEAD/inst
> $ /usr/bin/perl -e 'system(qq{"bin/pg_ctl" -D data-C -w -l logfile stop >
> stoplog 2>&1}) ; print $? ? "BANG: $?\n" : "OK\n";'
> BANG: 33280
Oh, so it only happens when stopping, never when starting? That's
interesting...
> If you want to play I can arrange access.
That'd be very helpful.
Greetings,
Andres Freund
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2023-05-08 20:17:45 | pgsql: Doc: update VACUUM FREEZE query conflict guidance. |
Previous Message | Jeff Davis | 2023-05-08 17:49:24 | pgsql: ICU: do not convert locale 'C' to 'en-US-u-va-posix'. |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2023-05-08 19:58:41 | Re: [PATCH] Add native windows on arm64 support |
Previous Message | Melanie Plageman | 2023-05-08 19:54:32 | Re: pg_stat_io for the startup process |