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

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

From
Michael Paquier
Date:
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

Attachment

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

From
Heikki Linnakangas
Date:
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