Re: [DOCS] Streaming replication document improvements - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [DOCS] Streaming replication document improvements
Date
Msg-id y2w603c8f071004211029ge9824bccse3dcdb76a1c6f693@mail.gmail.com
Whole thread Raw
In response to Re: [DOCS] Streaming replication document improvements  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [DOCS] Streaming replication document improvements  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Apr 21, 2010 at 12:20 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> Thanks for the heads up.  It doesn't look hard to put a similar test
>> in the walsender code path, but is there any reason to duplicate the
>> code?  Seems like we might be able to just put this test (with the
>> necessary modification) right before this comment:
>
> Hm, actually I think you're right: we could move both of those
> connection-rejecting tests up to before the walsender exit.  The

I am guessing that by "both of those connection-rejecting tests", you
mean the one that can throw "must be superuser to connect during
database shutdown" as well as the one we were discussing, which can
throw "connection limit exceeded for non-superusers", in which case...

> only extra state we need is ReservedBackends, which should be valid
> at that point (in particular, it can't be affected by any process-local
> GUC settings).
>
> +1 for just moving the test.

...shouldn't we move the "tests", plural, rather than just the one?
It seems right to reject new SR connections during shutdown.

...Robert

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Move tablespace
Next
From: "Jehan-Guillaume (ioguix) de Rorthais"
Date:
Subject: Re: [RFC] nodeToString format and exporting the SQL parser