File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1600,7 +1600,7 @@ TransactionIdIsActive(TransactionId xid)
16001600 * See the definition of ComputedXidHorizonsResult for the various computed
16011601 * horizons.
16021602 *
1603- * For VACUUM separate horizons (used to to decide which deleted tuples must
1603+ * For VACUUM separate horizons (used to decide which deleted tuples must
16041604 * be preserved), for shared and non-shared tables are computed. For shared
16051605 * relations backends in all databases must be considered, but for non-shared
16061606 * relations that's not required, since only backends in my own database could
Original file line number Diff line number Diff line change 1717 * XLogBeginRead() or XLogFindNextRecord(), and call XLogReadRecord()
1818 * until it returns NULL.
1919 *
20- * Callers supply a page_read callback if they want to to call
20+ * Callers supply a page_read callback if they want to call
2121 * XLogReadRecord or XLogFindNextRecord; it can be passed in as NULL
2222 * otherwise. The WALRead function can be used as a helper to write
2323 * page_read callbacks, but it is not mandatory; callers that use it,
You can’t perform that action at this time.
0 commit comments