diff options
| author | Tom Lane | 2020-06-07 20:57:08 +0000 |
|---|---|---|
| committer | Tom Lane | 2020-06-07 20:57:08 +0000 |
| commit | b5d69b7c22ee4c44b8bb99cfa0466ffaf3b5fab9 (patch) | |
| tree | 56f15561f5aa454ce69a6f302c83b04f266d83db /src/include | |
| parent | 7247e243a803044a79a2828ced51b05765e049a0 (diff) | |
pgindent run prior to branching v13.
pgperltidy and reformat-dat-files too, though those didn't
find anything to change.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/access/tableam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/tableam.h b/src/include/access/tableam.h index 30a21c9bc51..eb18739c365 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, signaling to the caller + * needs to 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 |
