1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Clean up newlines following left parentheses

Like commit c9d2977519.
This commit is contained in:
Alvaro Herrera
2022-05-13 23:52:35 +02:00
parent 3715850ecc
commit c4f113e8fe
3 changed files with 4 additions and 6 deletions

View File

@ -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)
{