On Wed, Jun 22, 2016 at 2:02 AM, Alvaro Herrera <[email protected]> wrote: > alain radix wrote: >> So, here is my first patch for PostgreSQL. > > Looking forward to further ones,
A comment on this patch: this is an incorrect approach anyway. PostmasterMain relies on this value being NULL to decide if this PID file should be written or not, so this patch applied as-is would result in a message outputted to stderr if the logic is not changed there. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
