Re: [HACKERS] Resolving pg_standby -l

2009-06-25 Thread Tom Lane
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

Re: [HACKERS] Resolving pg_standby -l

2009-06-25 Thread Simon Riggs
On Thu, 2009-06-25 at 09:51 -0400, Tom Lane wrote: > Simon Riggs writes: > > --- 610,621 > > } > > break; > > case 'l': /* Use link */ > > ! /* > > !

Re: [HACKERS] Resolving pg_standby -l

2009-06-25 Thread Tom Lane
Simon Riggs writes: > --- 610,621 > } > break; > case 'l': /* Use link */ > ! /* > ! * Link feature disabled, possibly permanently.

Re: [HACKERS] Resolving pg_standby -l

2009-06-25 Thread Heikki Linnakangas
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

[HACKERS] Resolving pg_standby -l

2009-06-25 Thread Simon Riggs
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