mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +03:00
Fix typos.
Author: Hou Zhijie Discussion: https://postgr.es/m/855a9421839d402b8b351d273c89a8f8@G08CNEXMBPEKD05.g08.fujitsu.local
This commit is contained in:
parent
0a4b340312
commit
8c2d8f6cc4
@ -1600,7 +1600,7 @@ TransactionIdIsActive(TransactionId xid)
|
|||||||
* See the definition of ComputedXidHorizonsResult for the various computed
|
* See the definition of ComputedXidHorizonsResult for the various computed
|
||||||
* horizons.
|
* horizons.
|
||||||
*
|
*
|
||||||
* For VACUUM separate horizons (used to to decide which deleted tuples must
|
* For VACUUM separate horizons (used to decide which deleted tuples must
|
||||||
* be preserved), for shared and non-shared tables are computed. For shared
|
* be preserved), for shared and non-shared tables are computed. For shared
|
||||||
* relations backends in all databases must be considered, but for non-shared
|
* relations backends in all databases must be considered, but for non-shared
|
||||||
* relations that's not required, since only backends in my own database could
|
* relations that's not required, since only backends in my own database could
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* XLogBeginRead() or XLogFindNextRecord(), and call XLogReadRecord()
|
* XLogBeginRead() or XLogFindNextRecord(), and call XLogReadRecord()
|
||||||
* until it returns NULL.
|
* until it returns NULL.
|
||||||
*
|
*
|
||||||
* Callers supply a page_read callback if they want to to call
|
* Callers supply a page_read callback if they want to call
|
||||||
* XLogReadRecord or XLogFindNextRecord; it can be passed in as NULL
|
* XLogReadRecord or XLogFindNextRecord; it can be passed in as NULL
|
||||||
* otherwise. The WALRead function can be used as a helper to write
|
* otherwise. The WALRead function can be used as a helper to write
|
||||||
* page_read callbacks, but it is not mandatory; callers that use it,
|
* page_read callbacks, but it is not mandatory; callers that use it,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user