diff options
Diffstat (limited to 'src/include/access/tableam.h')
-rw-r--r-- | src/include/access/tableam.h | 6 |
1 files changed, 3 insertions, 3 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 |