Skip to content

Commit a0c7b76

Browse files
committed
Comment fixups from 626df47.
Reported-by: Peter Smith <smithpb2250@gmail.com> Discussion: https://postgr.es/m/CAHut+PspbHQmRCBL1c-opoJeTUKUaFFfUQJd2rhDZqwUrWCi7w@mail.gmail.com
1 parent 29aaece commit a0c7b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/execGrouping.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ execTuplesHashPrepare(int numCols,
144144
* hashfunctions: FmgrInfos of datatype-specific hashing functions to use
145145
* collations: collations to use in comparisons
146146
* 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
148148
* metacxt: memory context for long-lived allocation, but not per-entry data
149149
* tablecxt: memory context in which to store table entries
150150
* tempcxt: short-lived context for evaluation hash and comparison functions
@@ -288,7 +288,7 @@ ResetTupleHashTable(TupleHashTable hashtable)
288288
*
289289
* If isnew isn't NULL, then a new entry is created if no existing entry
290290
* 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
292292
* been zeroed.
293293
*/
294294
TupleHashEntry

0 commit comments

Comments
 (0)