Dead code in gin_private.h related to page split in WAL - Mailing list pgsql-hackers

From Michael Paquier
Subject Dead code in gin_private.h related to page split in WAL
Date
Msg-id CAB7nPqT5Y9kQZT0i6mDvk9YnNqN42HvOrHd8ataJbOz+wMEcXQ@mail.gmail.com
Whole thread Raw
Responses Re: Dead code in gin_private.h related to page split in WAL  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Add min and max execute statement time in pg_stat_statement
Next
From: Michael Paquier
Date:
Subject: Re: Expanding the use of FLEXIBLE_ARRAY_MEMBER for declarations like foo[1]