Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8c2d8f6

Browse files
author
Amit Kapila
committed
1 parent0a4b340 commit8c2d8f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/backend/storage/ipc/procarray.c

Lines changed: 1 addition & 1 deletion
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 totodecide 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

Lines changed: 1 addition & 1 deletion
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 totocall
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)

[8]ページ先頭

©2009-2025 Movatter.jp