Remove stale comment and redundant assignment in BuildTupleHashTable() Since commit bf6c614a2f2, BuildTupleHashTable() has created the table slot unconditionally rather than on the first lookup. However, the comment still described the old behavior, and tableslot was still redundantly initialized to NULL before being assigned the new slot.
Remove the stale comment and redundant assignment. Author: Tatsuya Kawata <[email protected]> Reviewed-by: Quan Zongliang <[email protected]> Discussion: https://postgr.es/m/cahza6qfduacyc3hdxp5dyscnstz0ic6cthtnh70vl1uy-nj...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/bd9d6ffa1aea612cc8da31f7b30d5573747b86f8 Modified Files -------------- src/backend/executor/execGrouping.c | 1 - 1 file changed, 1 deletion(-)
