1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-21 02:52:47 +03:00

pgindent run prior to branching v13.

pgperltidy and reformat-dat-files too, though those didn't
find anything to change.
This commit is contained in:
Tom Lane
2020-06-07 16:57:08 -04:00
parent 7247e243a8
commit b5d69b7c22
6 changed files with 12 additions and 14 deletions

View File

@@ -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