Fix failure to use clamp_row_est() for parallel joins. Commit 0c2070cefa0e5d097b715c9a3b9b5499470019aa neglected to use clamp_row_est() where it should have done so.
Patch by me. Report by Amit Kapila. Discussion: http://postgr.es/m/caa4ek1kpm8rya1kun3zmqj9pb723b-efn70j47pid1vn3by...@mail.gmail.com Branch ------ REL9_6_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/5feb78ae885ce7ab134aad1d12875bd5103e5842 Modified Files -------------- src/backend/optimizer/path/costsize.c | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
