Fix coding style with "else".
authorTatsuo Ishii <[email protected]>
Thu, 23 Oct 2025 01:58:41 +0000 (10:58 +0900)
committerTatsuo Ishii <[email protected]>
Thu, 23 Oct 2025 01:58:41 +0000 (10:58 +0900)
commit20628b62e46e3a2e66c3bb9396720077c7c47018
tree6fd558aaea2eda74fd5cb78c8f8110fa27c4e4d3
parentb30da2d233fed10c0f0e90d95171bc927404b2b1
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 <[email protected]>
Suggested-by: David Rowley <[email protected]>
Author: Tatsuo Ishii <[email protected]>
Discussion: https://postgr.es/m/20251020.125847.997839131426057290.ishii%40postgresql.org
src/backend/executor/nodeWindowAgg.c