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

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Dead code in gin_private.h related to page split in WAL
Date: 2015-02-19 03:34:03
Message-ID: CAB7nPqT5Y9kQZT0i6mDvk9YnNqN42HvOrHd8ataJbOz+wMEcXQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
20150219_gin_deadcode.patch application/x-patch 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Naoya Anzai 2015-02-19 05:13:00 Re: Table-level log_autovacuum_min_duration
Previous Message David G. Johnston 2015-02-19 03:31:09 Re: Add min and max execute statement time in pg_stat_statement