]> granicus.if.org Git - postgresql/commit
Fix failure to use clamp_row_est() for parallel joins.
authorRobert Haas <rhaas@postgresql.org>
Wed, 15 Mar 2017 16:28:54 +0000 (12:28 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 15 Mar 2017 16:28:54 +0000 (12:28 -0400)
commit1ea60ad602f9e97246958b721c8fa7c713aa86eb
treec751253d0339c9841b2bad9883f2727e99ebe764
parentc5832346625af4193b1242e57e7d13e66a220b38
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-EFN70j47Pid1vn3ByquA@mail.gmail.com
src/backend/optimizer/path/costsize.c