From: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org, Bruce Momjian <bruce(at)momjian(dot)us>, Hannu Krosing <hannu(at)skype(dot)net> |
Subject: | Re: [HACKERS] Forcing current WAL file to be archived |
Date: | 2006-08-16 15:41:18 |
Message-ID: | 1155742878.2649.303.camel@holly |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
On Wed, 2006-08-16 at 08:51 -0400, Tom Lane wrote:
> Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> > On Tue, 2006-08-15 at 18:42 -0400, Tom Lane wrote:
> >> So let's fix pg_xlogfile_name_offset() to have two OUT parameters
> >> instead of returning a smushed-together string.
>
> > I'll do this, but I'm conscious that this is a cosmetic change.
>
> Well, it's cosmetic, but it's also an API change, which means that this
> is our only opportunity to get it right. Once these functions are in a
> release it will be too hard to change them.
I've just started working this part, now I have the rest complete.
We want a single row output, with two columns, yes?
Presumably:
xlogfilename TEXT
offset INTEGER
--
Simon Riggs
EnterpriseDB http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-08-16 15:45:53 | Re: [HACKERS] Forcing current WAL file to be archived |
Previous Message | Tom Lane | 2006-08-16 15:37:26 | Re: libpq Describe Extension [WAS: Bytea and perl] |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-08-16 15:45:53 | Re: [HACKERS] Forcing current WAL file to be archived |
Previous Message | Tom Lane | 2006-08-16 15:17:46 | Re: CREATE INDEX ... ONLINE |