Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 89ff7c0

Browse files
committed
Remove unnecessary comment.
Author: Vik Fearing Discussion: https://postgr.es/m/150d3e9f-c7ec-3fb3-4fdb-def47c4144af%402ndquadrant.com
1 parent 1323bfc commit 89ff7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/nbtree/nbtpage.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ _bt_update_meta_cleanup_info(Relation rel, TransactionId oldestBtpoXact,
268268
* its location from the metadata page, and then read the root page
269269
* itself. If no root page exists yet, we have to create one. The
270270
* standard class of race conditions exists here; I think I covered
271-
* them all in the Hopi Indian rain dance of lock requests below.
271+
* them all in the intricate dance of lock requests below.
272272
*
273273
* The access type parameter (BT_READ or BT_WRITE) controls whether
274274
* a new root page will be created or not. If access = BT_READ,

0 commit comments

Comments
 (0)