Re: pg_retainxlog for inclusion in 9.3? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pg_retainxlog for inclusion in 9.3?
Date
Msg-id 510169A8.7060402@gmx.net
Whole thread Raw
In response to Re: pg_retainxlog for inclusion in 9.3?  (Magnus Hagander <magnus@hagander.net>)
Responses Re: pg_retainxlog for inclusion in 9.3?  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
After reviewing this, it appears to me that this is really just a very
verbose version of

archive_command = 'sleep $initialsleep; while test $(psql -AtX -c "select pg_xlogfile_name(something) < $$%f$$ collate
\"C\";")   = t; sleep $sleep; done'
 

I think it might be better to just document this as an example.  I don't
quite see the overhead of maintaining another tool justified.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]
Next
From: Magnus Hagander
Date:
Subject: Re: pg_retainxlog for inclusion in 9.3?