File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1600,7 +1600,7 @@ TransactionIdIsActive(TransactionId xid)
1600
1600
* See the definition of ComputedXidHorizonsResult for the various computed
1601
1601
* horizons.
1602
1602
*
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
1604
1604
* be preserved), for shared and non-shared tables are computed. For shared
1605
1605
* relations backends in all databases must be considered, but for non-shared
1606
1606
* relations that's not required, since only backends in my own database could
Original file line number Diff line number Diff line change 17
17
* XLogBeginRead() or XLogFindNextRecord(), and call XLogReadRecord()
18
18
* until it returns NULL.
19
19
*
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
21
21
* XLogReadRecord or XLogFindNextRecord; it can be passed in as NULL
22
22
* otherwise. The WALRead function can be used as a helper to write
23
23
* page_read callbacks, but it is not mandatory; callers that use it,
You can’t perform that action at this time.
0 commit comments