Avoid uninitialized-variable warnings from older compilers.
Some of the buildfarm is still unhappy with WinGetFuncArgInPartition
even after 2273fa32b. While it seems to be just very old compilers,
we can suppress the warnings and arguably make the code more readable
by not initializing these variables till closer to where they are
used. While at it, make a couple of cosmetic comment improvements.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/71540dcdcb2239d9398c586615761d5ea424aaf0
Modified Files
--------------
src/backend/executor/nodeWindowAgg.c | 34 ++++++++++++++++------------------
1 file changed, 16 insertions(+), 18 deletions(-)