Fix coding style with "else".

Tatsuo Ishii <ishii@postgresql.org>

Commit: 20628b62e46e3a2e66c3bb9396720077c7c47018
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2025-10-23T01:58:41Z
Fix coding style with "else".

The "else" code block having single statement with comments on a
separate line should have been surrounded by braces.

Reported-by: Chao Li <lic@highgo.com>
Suggested-by: David Rowley <dgrowleyml@gmail.com>
Author: Tatsuo Ishii <ishii@postgresql.org>
Discussion: https://postgr.es/m/20251020.125847.997839131426057290.ishii%40postgresql.org

Files

PathChange+/−
src/backend/executor/nodeWindowAgg.c modified +2 −1

Discussion