diff options
| author | Jeff Davis | 2025-01-07 22:49:18 +0000 |
|---|---|---|
| committer | Jeff Davis | 2025-01-07 22:49:18 +0000 |
| commit | 8a96faedc408b447acd1570d2f51300bcec34959 (patch) | |
| tree | db6abe9cecb33722898025a26c4fd1f537afbd73 /src/include/nodes | |
| parent | 834c9e807cf12e355f06479a8b1f7a82aba77315 (diff) | |
Remove unused TupleHashTableData->entrysize.
Discussion: https://postgr.es/m/7530bd8783b1a78d53a3c70383e38d8da0a5ffe5.camel%40j-davis.com
Diffstat (limited to 'src/include/nodes')
| -rw-r--r-- | src/include/nodes/execnodes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index 29127416076..b3f7aa299f5 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -835,7 +835,6 @@ typedef struct TupleHashTableData Oid *tab_collations; /* collations for hash and comparison */ MemoryContext tablecxt; /* memory context containing table */ MemoryContext tempcxt; /* context for function evaluations */ - Size entrysize; /* actual size to make each hash entry */ TupleTableSlot *tableslot; /* slot for referencing table entries */ /* The following fields are set transiently for each table search: */ TupleTableSlot *inputslot; /* current input tuple's slot */ |
