summaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2021-06-28 11:05:54 -0400
committerAndrew Dunstan <andrew@dunslane.net>2021-06-28 11:05:54 -0400
commite1c1c30f635390b6a3ae4993e8cac213a33e6e3f (patch)
treef91c0903c634bcbe7b06c4548af82d6e351e2090 /src/include/nodes/execnodes.h
parentc31833779d5a4775d7220be4b9143bec66c9a9fd (diff)
downloadpostgresql-e1c1c30f635390b6a3ae4993e8cac213a33e6e3f.tar.gz
Pre branch pgindent / pgperltidy run
Along the way make a slight adjustment to src/include/utils/queryjumble.h to avoid an unused typedef.
Diffstat (limited to 'src/include/nodes/execnodes.h')
-rw-r--r--src/include/nodes/execnodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index 9a5ca7b3db..0ec5509e7e 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -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;