pgsql: More cleanup of manipulations of hash indexes' hasho_flag field.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: More cleanup of manipulations of hash indexes' hasho_flag field.
Date: 2017-04-15 18:11:22
Message-ID: E1czSAM-0007Ez-5k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

More cleanup of manipulations of hash indexes' hasho_flag field.

Not much point in defining test macros for the flag bits if we
don't use 'em.

Amit Kapila

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/083dc95a14c05bdaeec3015508ca1d16fc7483b5

Modified Files
--------------
src/backend/access/hash/hash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-15 18:11:42 Re: pgsql: Clean up manipulations of hash indexes' hasho_flag field.
Previous Message Amit Kapila 2017-04-15 14:20:58 Re: pgsql: Clean up manipulations of hash indexes' hasho_flag field.