Simon Riggs writes:
> Will do, thanks. Patch to cleanup as advised is attached.
Applied, thanks.
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hacker
On Thu, 2009-06-25 at 09:51 -0400, Tom Lane wrote:
> Simon Riggs writes:
> > --- 610,621
> > }
> > break;
> > case 'l': /* Use link */
> > ! /*
> > !
Simon Riggs writes:
> --- 610,621
> }
> break;
> case 'l': /* Use link */
> ! /*
> ! * Link feature disabled, possibly permanently.
Simon Riggs wrote:
> Short patch to
> 1. disable pg_standby -l
> One line change only appropriate for this stage of release
> 2. Remove mention of -l and link from docs
>
> pg_standby -l is still accepted, just does nothing (for now).
>
> Existing code maintained in case we backpatch a fix
Short patch to
1. disable pg_standby -l
One line change only appropriate for this stage of release
2. Remove mention of -l and link from docs
pg_standby -l is still accepted, just does nothing (for now).
Existing code maintained in case we backpatch a fix for linking problem
at a later