Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
Fix comment in pg_proc.c pgstat_create_function() creates stats for a function in a transactional fashion, so the stats would be dropped if transaction creating the function is aborted, not committed. Author: Amul Sul Discussion: https://postgr.es/m/CAAJ_b97x1T3xgAMWNj4w7kSgN0nTuG-vLrQJ4NB-dsNr0Kudxw@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/fcab82a2d79b4533cfdc8e8d5e00dbdf6830d63a Modified Files -------------- src/backend/catalog/pg_proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)