mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
@ -2656,8 +2656,8 @@ agg_refill_hash_table(AggState *aggstate)
|
||||
prepare_hash_slot(perhash,
|
||||
aggstate->tmpcontext->ecxt_outertuple,
|
||||
hashslot);
|
||||
entry = LookupTupleHashEntryHash(
|
||||
perhash->hashtable, hashslot, p_isnew, hash);
|
||||
entry = LookupTupleHashEntryHash(perhash->hashtable, hashslot,
|
||||
p_isnew, hash);
|
||||
|
||||
if (entry != NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user