We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2d440 commit 51e6562Copy full SHA for 51e6562
src/backend/access/nbtree/nbtpage.c
@@ -110,7 +110,7 @@ _bt_upgrademetapage(Page page)
110
* the metapage.
111
*
112
* This routine checks if provided cleanup-related information is matching
113
- * to those written in the metapage. On mismatch, metapage is overritten.
+ * to those written in the metapage. On mismatch, metapage is overwritten.
114
*/
115
void
116
_bt_update_meta_cleanup_info(Relation rel, TransactionId oldestBtpoXact,
0 commit comments