diff options
| author | Peter Eisentraut | 2020-06-07 13:06:51 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2020-06-07 13:06:51 +0000 |
| commit | 0fd2a79a637f9f96b9830524823df0454e962f96 (patch) | |
| tree | 06595b1aa97d595ada3621cc0d01896269dfaa21 /src/include/access | |
| parent | a02b8bdd9878ae1d1ead87aabb673d60432500ea (diff) | |
Spelling adjustments
Diffstat (limited to 'src/include/access')
| -rw-r--r-- | src/include/access/tableam.h | 6 | ||||
| -rw-r--r-- | src/include/access/xact.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/access/tableam.h b/src/include/access/tableam.h index 8c34935c343..30a21c9bc51 100644 --- a/src/include/access/tableam.h +++ b/src/include/access/tableam.h @@ -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 diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 7ee04babc2f..88025b1cc2f 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -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 |
