Re: [PATCH 02/16] Add zeroRecPtr as a shortcut for initializing a local variable to {0, 0}

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [PATCH 02/16] Add zeroRecPtr as a shortcut for initializing a local variable to {0, 0}
Дата
Msg-id CA+TgmoauFX6_S=W=EMgE9RzPa2RZia0RH5JHqoTzOxJzmjpJPg@mail.gmail.com
обсуждение исходный текст
Ответ на [PATCH 02/16] Add zeroRecPtr as a shortcut for initializing a local variable to {0, 0}  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: [PATCH 02/16] Add zeroRecPtr as a shortcut for initializing a local variable to {0, 0}  (Andres Freund <andres@2ndquadrant.com>)
Re: [PATCH 02/16] Add zeroRecPtr as a shortcut for initializing a local variable to {0, 0}  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
On Wed, Jun 13, 2012 at 7:28 AM, Andres Freund <andres@2ndquadrant.com> wrote:
> This is locally defined in lots of places and would get introduced frequently
> in the next commits. It is expected that this can be defined in a header-only
> manner as soon as the XLogInsert scalability groundwork from Heikki gets in.

This appears to be redundant with the existing InvalidXLogRecPtr,
defined in access/transam.h.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: \conninfo and SSL
Следующее
От: Noah Misch
Дата:
Сообщение: Re: Restrict ALTER FUNCTION CALLED ON NULL INPUT (was Re: Not quite a security hole: CREATE LANGUAGE for non-superusers)