Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
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 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/20628b62e46e3a2e66c3bb9396720077c7c47018 Modified Files -------------- src/backend/executor/nodeWindowAgg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)