Re: [COMMITTERS] pgsql: Modify BufferGetPage() to prepare for "snapshot too old" feature

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: [COMMITTERS] pgsql: Modify BufferGetPage() to prepare for "snapshot too old" feature
Дата
Msg-id CACjxUsPOm-cGPdG7_XpPQ_jLPhz7dqqphuOO5aqsvZ6iM4qdQQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Modify BufferGetPage() to prepare for "snapshot too old" feature  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: [COMMITTERS] pgsql: Modify BufferGetPage() to prepare for "snapshot too old" feature  (Kevin Grittner <kgrittn@gmail.com>)
Список pgsql-hackers
On Wed, Aug 24, 2016 at 12:40 PM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> Kevin Grittner wrote:
>> Modify BufferGetPage() to prepare for "snapshot too old" feature
>
> I just noticed that this commit added a line to #include catalog/catalog.h
> in storage/bufmgr.h.  I can't find any reason for it doing so, and I
> think it's a bad line to have there.  Can we get it removed?

Will do that now.  It was initially added because
IsCatalogRelation() was referenced in storage/bufmgr.h, but for
various reasons it seemed better to move that, and I missed the
include.  Thanks for spotting it.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Artur Zakirov
Дата:
Сообщение: Re: Bug in to_timestamp().
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Write Ahead Logging for Hash Indexes