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