Skip to content

Commit 51e6562

Browse files
committed
Fix typo
Masahiko Sawada
1 parent 4b2d440 commit 51e6562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/nbtree/nbtpage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ _bt_upgrademetapage(Page page)
110110
* the metapage.
111111
*
112112
* This routine checks if provided cleanup-related information is matching
113-
* to those written in the metapage. On mismatch, metapage is overritten.
113+
* to those written in the metapage. On mismatch, metapage is overwritten.
114114
*/
115115
void
116116
_bt_update_meta_cleanup_info(Relation rel, TransactionId oldestBtpoXact,

0 commit comments

Comments
 (0)