Thread: pgsql: Remove useless mark/restore support in hash index AM, per

pgsql: Remove useless mark/restore support in hash index AM, per

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Remove useless mark/restore support in hash index AM, per discussion.
(I'm leaving GiST/GIN cleanup to Teodor.)

Modified Files:
--------------
    pgsql/src/backend/access/hash:
        hash.c (r1.105 -> r1.106)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/hash/hash.c?r1=1.105&r2=1.106)
    pgsql/src/include/access:
        hash.h (r1.90 -> r1.91)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/hash.h?r1=1.90&r2=1.91)