Re: Forcing current WAL file to be archived

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Forcing current WAL file to be archived
Дата
Msg-id 1155661632.2649.152.camel@holly
обсуждение исходный текст
Ответ на Re: Forcing current WAL file to be archived  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: [HACKERS] Forcing current WAL file to be archived  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-patches
On Tue, 2006-08-15 at 11:10 -0400, Alvaro Herrera wrote:
> Simon Riggs wrote:
>
>
>
> > postgres=# select pg_xlogfile_name_offset(pg_switch_xlog());
> >       pg_xlogfile_name_offset
> > -----------------------------------
> >  000000010000000000000001 16777216
> > (1 row)
>
> > I've not taken up Jim Nasby's suggestion to make this an SRF with
> > multiple return rows/columns since that much complexity isn't justified
> > IMHO.
>
> Hum, but two columns here seem warranted, don't they?

Maybe. People can write any function they like though, so I'm loathe to
agonize over this too much.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com


В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [Patch] - Fix for bug #2558, InitDB failed to run
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [HACKERS] Forcing current WAL file to be archived