pgsql: Remove no-longer-needed compatibility code for hash indexes.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove no-longer-needed compatibility code for hash indexes.
Date: 2017-05-10 03:47:19
Message-ID: E1d8Iat-0004zg-Fd@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove no-longer-needed compatibility code for hash indexes.

Because commit ea69a0dead5128c421140dc53fac165ba4af8520 bumped the
HASH_VERSION, we don't need to worry about PostgreSQL 10 seeing
bucket pages from earlier versions.

Amit Kapila

Discussion: http://postgr.es/m/CAA4eK1LAo4DGwh+mi-G3U8Pj1WkBBeFL38xdCnUHJv1z4bZFkQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a5775991bb86d95939b3eb1173b88d8c5312962d

Modified Files
--------------
src/backend/access/hash/hash.c | 8 ++------
src/backend/access/hash/hashpage.c | 8 ++------
2 files changed, 4 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-05-10 03:51:00 pgsql: Document trigger-firing behavior for inheritance/partitioning.
Previous Message Robert Haas 2017-05-10 03:43:45 pgsql: Fix typos in comments.