File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,6 @@ BuildTupleHashTable(PlanState *parent,
196196 hashtable -> tab_collations = collations ;
197197 hashtable -> tablecxt = tablecxt ;
198198 hashtable -> tempcxt = tempcxt ;
199- hashtable -> entrysize = entrysize ;
200199 hashtable -> tableslot = NULL ; /* will be made on first lookup */
201200 hashtable -> inputslot = NULL ;
202201 hashtable -> in_hash_expr = NULL ;
Original file line number Diff line number Diff line change @@ -835,7 +835,6 @@ typedef struct TupleHashTableData
835835 Oid * tab_collations ; /* collations for hash and comparison */
836836 MemoryContext tablecxt ; /* memory context containing table */
837837 MemoryContext tempcxt ; /* context for function evaluations */
838- Size entrysize ; /* actual size to make each hash entry */
839838 TupleTableSlot * tableslot ; /* slot for referencing table entries */
840839 /* The following fields are set transiently for each table search: */
841840 TupleTableSlot * inputslot ; /* current input tuple's slot */
You can’t perform that action at this time.
0 commit comments