Обсуждение: Dead code in gin_private.h related to page split in WAL

Поиск
Список
Период
Сортировка

Dead code in gin_private.h related to page split in WAL

От
Michael Paquier
Дата:
Hi all,

I noticed that the following structures are still defined in
gin_private.h but they are used nowhere since 2c03216d that has
reworked WAL format:
- ginxlogSplitEntry
- ginxlogSplitDataLeaf
- ginxlogSplitDataInternal
Attached is a trivial patch to remove them.
Regards,
--
Michael

Вложения

Re: Dead code in gin_private.h related to page split in WAL

От
Heikki Linnakangas
Дата:
On 02/19/2015 05:34 AM, Michael Paquier wrote:
> I noticed that the following structures are still defined in
> gin_private.h but they are used nowhere since 2c03216d that has
> reworked WAL format:
> - ginxlogSplitEntry
> - ginxlogSplitDataLeaf
> - ginxlogSplitDataInternal
> Attached is a trivial patch to remove them.

Removed, thanks.

- Heikki