]> granicus.if.org Git - postgresql/commit
Remove no-longer-needed compatibility code for hash indexes.
authorRobert Haas <rhaas@postgresql.org>
Wed, 10 May 2017 03:44:21 +0000 (23:44 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 10 May 2017 03:44:21 +0000 (23:44 -0400)
commita5775991bb86d95939b3eb1173b88d8c5312962d
tree9bfbd760b021bf1ee9c1315ae1d3d710109b50d8
parentdf1a4eba948f386845f75c2864de0a35e5ede849
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
src/backend/access/hash/hash.c
src/backend/access/hash/hashpage.c