1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +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

@@ -170,7 +170,7 @@ typedef struct LogicalTape
* numbers first).
*/
long *prealloc;
int nprealloc; /* number of elements in list */
int nprealloc; /* number of elements in list */
int prealloc_size; /* number of elements list can hold */
} LogicalTape;