Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
Log Message: ----------- stringToNode() and deparse_expression_pretty() crash on invalid input, but we have nevertheless exposed them to users via pg_get_expr(). It would be too much maintenance effort to rigorously check the input, so put a hack in place instead to restrict pg_get_expr() so that the argument must come from one of the system catalog columns known to contain valid expressions. Per report from Rushabh Lathia. Backpatch to 7.4 which is the oldest supported version at the moment. Tags: ---- REL8_1_STABLE Modified Files: -------------- pgsql/src/backend/parser: parse_expr.c (r1.185.2.2 -> r1.185.2.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_expr.c?r1=1.185.2.2&r2=1.185.2.3) pgsql/src/backend/tcop: fastpath.c (r1.83.2.2 -> r1.83.2.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/fastpath.c?r1=1.83.2.2&r2=1.83.2.3) pgsql/src/include/catalog: pg_constraint.h (r1.18.2.1 -> r1.18.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_constraint.h?r1=1.18.2.1&r2=1.18.2.2)
В списке pgsql-committers по дате отправления: