Re: xlog filename formatting functions in recovery

From: Daniel Farina <daniel(at)heroku(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: xlog filename formatting functions in recovery
Date: 2012-07-03 08:31:44
Message-ID: CAAZKuFYyTY_ZnYzWRFPeYfS-kWFyzkD4WkyrsSCT44tR6+D6mg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 3, 2012 at 1:24 AM, Daniel Farina <daniel(at)heroku(dot)com> wrote:
> Hello,
>
> I've noticed recently that I can't seem to use the convenient xlog
> filename formatting functions while I'm in a standby. I don't see an
> incredibly obvious reason why that is the case, so here's a patch that
> simply removes the ban on being able to call these formatting
> functions.
>
> Perhaps I'm missing something, but it feels like this is an oversight
> from the days when there was no useful function to call that formatted
> a X/X-type record on a standby.

(added to commitfest:
https://commitfest.postgresql.org/action/patch_view?id=888)

--
fdr

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Kirkwood 2012-07-03 08:34:09 Re: xlog filename formatting functions in recovery
Previous Message Daniel Farina 2012-07-03 08:24:42 xlog filename formatting functions in recovery