summaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
diff options
context:
space:
mode:
authorRichard Guo <rguo@postgresql.org>2025-01-13 11:27:32 +0900
committerRichard Guo <rguo@postgresql.org>2025-01-13 11:27:32 +0900
commit6e826278f1ebd9967c0f8adda29c8960a812e344 (patch)
treed744a835361dc48f88a2a734b81e776a44d0cb18 /src/include/nodes/execnodes.h
parent97698cc517c75d3cbb9c680aab3afd36e471b83a (diff)
Fix pgindent damage
Oversight in commit e0ece2a98.
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 7d5871d6fac..28d45e0e2aa 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -828,7 +828,7 @@ typedef struct TupleHashTableData
Oid *tab_collations; /* collations for hash and comparison */
MemoryContext tablecxt; /* memory context containing table */
MemoryContext tempcxt; /* context for function evaluations */
- Size additionalsize; /* size of additional data */
+ Size additionalsize; /* size of additional data */
TupleTableSlot *tableslot; /* slot for referencing table entries */
/* The following fields are set transiently for each table search: */
TupleTableSlot *inputslot; /* current input tuple's slot */