mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Pre branch pgindent / pgperltidy run
Along the way make a slight adjustment to src/include/utils/queryjumble.h to avoid an unused typedef.
This commit is contained in:
@ -462,7 +462,7 @@ typedef struct ResultRelInfo
|
||||
|
||||
/* batch insert stuff */
|
||||
int ri_NumSlots; /* number of slots in the array */
|
||||
int ri_NumSlotsInitialized; /* number of initialized slots */
|
||||
int ri_NumSlotsInitialized; /* number of initialized slots */
|
||||
int ri_BatchSize; /* max slots inserted in a single batch */
|
||||
TupleTableSlot **ri_Slots; /* input tuples for batch insert */
|
||||
TupleTableSlot **ri_PlanSlots;
|
||||
|
Reference in New Issue
Block a user