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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user