Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
Hi,While debugging the pull-up sublink codes, I noticed the convert_VALUES_to_ANY().The function is to convert "where colX in VALUES(xxx)" into SAOP. It firstly scans the values_list tomake sure no volatile function is in this list, then it scans this values_list again to check that itonly includes Const items. We can merge the two scans into one. This can reduce the time complexity from 2O(n) to O(n).Also, add a brace for better/more consistent style in the attached patch.
В списке pgsql-hackers по дате отправления: