Re: BUG #16259: Cannot Use "pg_ctl start -l logfile" on Clean Install on Windows Server 2012/2016

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Heath Lord <heath.lord@crunchydata.com>
Cc: Alexander Lakhin <exclusion@gmail.com>, "Jonathan S. Katz" <jkatz@postgresql.org>, pgsql-bugs@lists.postgresql.org
Date: 2020-02-16T17:21:17Z
Lists: pgsql-bugs
Heath Lord <heath.lord@crunchydata.com> writes:
> On Sat, Feb 15, 2020 at 12:22 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> This seems basically reasonable but I'm not in a position to test it.
>> Heath, can you see if this improves matters for you?

>    I am sorry it took me so long to get back to you on this, but I was finally
> able to stand up a fresh VM, install and compile all of the Windows
> dependencies, and compile everything from source with the provided
> patch.
>   This patch fixes the issue that I was seeing with the 12.2 release. I was
> able to run through all of my normal test scenarios successfully using
> the patch.

Cool, pushed then.

			regards, tom lane



Commits

  1. Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl.