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

Commitf602cf4

Browse files
committed
Remove unused macro
Use was removed in6d46f47 butdefinition was forgotten.
1 parent54f5f88 commitf602cf4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

‎src/backend/access/hash/hashpage.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ static void _hash_splitbucket(Relation rel, Buffer metabuf,
4848
staticvoidlog_split_page(Relationrel,Bufferbuf);
4949

5050

51-
/*
52-
* We use high-concurrency locking on hash indexes (see README for an overview
53-
* of the locking rules). However, we can skip taking lmgr locks when the
54-
* index is local to the current backend (ie, either temp or new in the
55-
* current transaction). No one else can see it, so there's no reason to
56-
* take locks. We still take buffer-level locks, but not lmgr locks.
57-
*/
58-
#defineUSELOCKING(rel)(!RELATION_IS_LOCAL(rel))
59-
60-
6151
/*
6252
*_hash_getbuf() -- Get a buffer by block number for read or write.
6353
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp