mirror of
https://github.com/postgres/postgres.git
synced 2025-10-21 02:52:47 +03:00
Spelling adjustments
This commit is contained in:
@@ -290,7 +290,7 @@ typedef struct TableAmRoutine
|
||||
*
|
||||
* *call_again is false on the first call to index_fetch_tuple for a tid.
|
||||
* If there potentially is another tuple matching the tid, *call_again
|
||||
* needs be set to true by index_fetch_tuple, signalling to the caller
|
||||
* needs be set to true by index_fetch_tuple, signaling to the caller
|
||||
* that index_fetch_tuple should be called again for the same tid.
|
||||
*
|
||||
* *all_dead, if all_dead is not NULL, should be set to true by
|
||||
@@ -993,7 +993,7 @@ table_index_fetch_end(struct IndexFetchTableData *scan)
|
||||
*
|
||||
* *call_again needs to be false on the first call to table_index_fetch_tuple() for
|
||||
* a tid. If there potentially is another tuple matching the tid, *call_again
|
||||
* will be set to true, signalling that table_index_fetch_tuple() should be called
|
||||
* will be set to true, signaling that table_index_fetch_tuple() should be called
|
||||
* again for the same tid.
|
||||
*
|
||||
* *all_dead, if all_dead is not NULL, will be set to true by
|
||||
@@ -1546,7 +1546,7 @@ table_index_build_scan(Relation table_rel,
|
||||
/*
|
||||
* As table_index_build_scan(), except that instead of scanning the complete
|
||||
* table, only the given number of blocks are scanned. Scan to end-of-rel can
|
||||
* be signalled by passing InvalidBlockNumber as numblocks. Note that
|
||||
* be signaled by passing InvalidBlockNumber as numblocks. Note that
|
||||
* restricting the range to scan cannot be done when requesting syncscan.
|
||||
*
|
||||
* When "anyvisible" mode is requested, all tuples visible to any transaction
|
||||
|
@@ -204,7 +204,7 @@ typedef struct xl_xact_assignment
|
||||
*
|
||||
* A minimal commit/abort record only consists of a xl_xact_commit/abort
|
||||
* struct. The presence of additional information is indicated by bits set in
|
||||
* 'xl_xact_xinfo->xinfo'. The presence of the xinfo field itself is signalled
|
||||
* 'xl_xact_xinfo->xinfo'. The presence of the xinfo field itself is signaled
|
||||
* by a set XLOG_XACT_HAS_INFO bit in the xl_info field.
|
||||
*
|
||||
* NB: All the individual data chunks should be sized to multiples of
|
||||
|
Reference in New Issue
Block a user