pgsql: Remove dead structs.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove dead structs.
Date: 2015-02-19 19:19:26
Message-ID: E1YOWdC-0002bT-8R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove dead structs.

These are not used with the new WAL format anymore. GIN split records are
simply always recorded as full-page images.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/634618ecd039cf99fb8212b0314ef8a3754ca9c2

Modified Files
--------------
src/include/access/gin_private.h | 28 ----------------------------
1 file changed, 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-02-20 02:36:56 pgsql: Add pg_stat_get_snapshot_timestamp() to show statistics snapshot
Previous Message Tom Lane 2015-02-19 03:33:46 pgsql: Update assorted TOAST-related documentation.