Re: Hot Standby utility and administrator functions

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Hot Standby utility and administrator functions
Дата
Msg-id 1224535163.3808.858.camel@ebony.2ndQuadrant
обсуждение исходный текст
Ответ на Re: Hot Standby utility and administrator functions  ("Robert Haas" <robertmhaas@gmail.com>)
Ответы Re: [GENERAL] Hot Standby utility and administrator functions  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
On Mon, 2008-10-20 at 16:22 -0400, Robert Haas wrote:
> > * pg_last_recovered_xact_xid()
> > Will throw an ERROR if *not* executed in recovery mode.
> > returns bigint
> >
> > * pg_last_completed_xact_xid()
> > Will throw an ERROR *if* executed in recovery mode.
> > returns bigint
>
> Should these return xid?

Perhaps, but they match txid_current() which returns bigint.
http://developer.postgresql.org/pgdocs/postgres/functions-info.html

Thanks for checking.

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Patch status for reducing de-TOAST overhead?
Следующее
От: Tom Lane
Дата:
Сообщение: WIP patch to add "placeholder" variables to planner