We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc14ae commit 914ae8dCopy full SHA for 914ae8d
src/backend/utils/hash/dynahash.c
@@ -1330,9 +1330,7 @@ hash_get_num_entries(HTAB *hashp)
1330
*
1331
* NOTE: it is possible to use hash_seq_init/hash_seq_search without any
1332
* worry about hash_seq_term cleanup, if the hashtable is first locked against
1333
- * further insertions by calling hash_freeze. This is used by nodeAgg.c,
1334
- * wherein it is inconvenient to track whether a scan is still open, and
1335
- * there's no possibility of further insertions after readout has begun.
+ * further insertions by calling hash_freeze.
1336
1337
* NOTE: to use this with a partitioned hashtable, caller had better hold
1338
* at least shared lock on all partitions of the table throughout the scan!
0 commit comments