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 <kawatatatsuya0913(at)gmail(dot)com>
Reviewed-by: Quan Zongliang <quanzongliang(at)yeah(dot)net>
Discussion: https://postgr.es/m/CAHza6qfduAcYc3HdXP5DYscNstz0ic6ctHTNH70VL1Uy-nJ6zg@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(-)