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 by date:
Соглашаюсь с условиями обработки персональных данных