Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
Hi,While I debug hashjoin codes, in estimate_multivariate_bucketsize(), I find thatthe list_copy(hashclauses) below is unnecessary if we have a single join clause.List *clauses = list_copy(hashclauses);...I adjust the place of list_copy() call as the attached patch.This can save some overhead of function calls and memory copies.Any thoughts?
В списке pgsql-hackers по дате отправления: