1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00
Masahiko Sawada
This commit is contained in:
Teodor Sigaev
2018-04-05 13:04:18 +03:00
parent 4b2d44031f
commit 51e6562324

View File

@ -110,7 +110,7 @@ _bt_upgrademetapage(Page page)
* the metapage. * the metapage.
* *
* This routine checks if provided cleanup-related information is matching * 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 void
_bt_update_meta_cleanup_info(Relation rel, TransactionId oldestBtpoXact, _bt_update_meta_cleanup_info(Relation rel, TransactionId oldestBtpoXact,