Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit083dc95

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 wedon't use 'em.Amit Kapila
1 parent0eba6be commit083dc95

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)

[8]ページ先頭

©2009-2025 Movatter.jp