Skip to content

Commit 8c2d8f6

Browse files
author
Amit Kapila
committed
1 parent 0a4b340 commit 8c2d8f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/storage/ipc/procarray.c

+1-1
Original file line numberDiff line numberDiff 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

src/include/access/xlogreader.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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,

0 commit comments

Comments
 (0)