File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ execTuplesHashPrepare(int numCols,
144
144
* hashfunctions: FmgrInfos of datatype-specific hashing functions to use
145
145
* collations: collations to use in comparisons
146
146
* nbuckets: initial estimate of hashtable size
147
- * additionalsize: size of data stored in ->additional
147
+ * additionalsize: size of data that may be stored along with the hash entry
148
148
* metacxt: memory context for long-lived allocation, but not per-entry data
149
149
* tablecxt: memory context in which to store table entries
150
150
* tempcxt: short-lived context for evaluation hash and comparison functions
@@ -288,7 +288,7 @@ ResetTupleHashTable(TupleHashTable hashtable)
288
288
*
289
289
* If isnew isn't NULL, then a new entry is created if no existing entry
290
290
* matches. On return, *isnew is true if the entry is newly created,
291
- * false if it existed already. ->additional_data in the new entry has
291
+ * false if it existed already. The additional data in the new entry has
292
292
* been zeroed.
293
293
*/
294
294
TupleHashEntry
You can’t perform that action at this time.
0 commit comments