]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorTeodor Sigaev <teodor@sigaev.ru>
Thu, 5 Apr 2018 10:04:18 +0000 (13:04 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Thu, 5 Apr 2018 10:04:18 +0000 (13:04 +0300)
Masahiko Sawada

src/backend/access/nbtree/nbtpage.c

index 505a67e6ed2a146b7bf6337926bed1b7e1c77c43..e153c90b252b7ad63ab0ad253ef86c8a2f95da4b 100644 (file)
@@ -110,7 +110,7 @@ _bt_upgrademetapage(Page page)
  *                                                                       the metapage.
  *
  *             This routine checks if provided cleanup-related information is matching
- *             to those written in the metapage.  On mismatch, metapage is overritten.
+ *             to those written in the metapage.  On mismatch, metapage is overwritten.
  */
 void
 _bt_update_meta_cleanup_info(Relation rel, TransactionId oldestBtpoXact,