Content-Length: 257127 | pFad | http://github.com/postgrespro/postgres/commit/083dc95a14c05bdaeec3015508ca1d16fc7483b5

D0 More cleanup of manipulations of hash indexes' hasho_flag field. · postgrespro/postgres@083dc95 · GitHub
Skip to content

Commit 083dc95

Browse files
committed
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
1 parent 0eba6be commit 083dc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/hash/hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ hashbucketcleanup(Relation rel, Bucket cur_bucket, Buffer bucket_buf,
897897
* flag.
898898
*/
899899
if (tuples_removed && *tuples_removed > 0 &&
900-
opaque->hasho_flag & LH_PAGE_HAS_DEAD_TUPLES)
900+
H_HAS_DEAD_TUPLES(opaque))
901901
{
902902
opaque->hasho_flag &= ~LH_PAGE_HAS_DEAD_TUPLES;
903903
clear_dead_marking = true;

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/083dc95a14c05bdaeec3015508ca1d16fc7483b5

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy