Re: pg_retainxlog for inclusion in 9.3?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_retainxlog for inclusion in 9.3?
Date: 2013-01-24 17:04:40
Message-ID: 510169A8.7060402@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2013-01-24 17:12:39 Re: pg_retainxlog for inclusion in 9.3?
Previous Message Tom Lane 2013-01-24 17:02:59 Re: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]