Re: commitfest 2016-11 status summary - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: commitfest 2016-11 status summary
Date
Msg-id CAB7nPqQbW3r0vAihqGXk8urOBsV3WKf52n4GsNT=CeyAWhHUSg@mail.gmail.com
Whole thread Raw
In response to Re: commitfest 2016-11 status summary  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: commitfest 2016-11 status summary  (Haribabu Kommi <kommi.haribabu@gmail.com>)
List pgsql-hackers
On Wed, Nov 9, 2016 at 10:53 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> Well, then it should be marked "Waiting on Author" or "Needs Review",
> not "Ready for Committer".
>
> Or maybe just "Returned with Feedback", if the reporter hasn't poked
> his head up for a few weeks.

Since yesterday with the help of Tsunakawa-san, we found a simple way
to test things by patching pg_ctl.c so "Ready for Committer"
definitely applies now. This has allowed us to draft patches that fix
the original issue as well as another issue we bumped on the way:
Postgres being started by the Local System user does not ensure that
it is a service. The instance may have been started by another service
expecting Postgres to report to stderr.

There is a refactoring patch that simplifies the code of
win32security.c for HEAD, as well as a simple back-patchable fix for
other branches.
-- 
Michael



pgsql-hackers by date:

Previous
From: Nikita Glukhov
Date:
Subject: Bug in comparison of empty jsonb arrays to scalars
Next
From: Michael Paquier
Date:
Subject: Re: WIP: About CMake v2