OSDN Git Service

Fix some bogosities in the code that deals with estimating the fraction
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Mar 2000 02:23:15 +0000 (02:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Mar 2000 02:23:15 +0000 (02:23 +0000)
commit6217a8c7ba008a796ff42fa9eba614a2fa0ba1cf
treea4405c42bad412ed8cef0fbc5bd05ded58d22303
parenta1642089bf4d4d85abec6cdde777471e97561657
Fix some bogosities in the code that deals with estimating the fraction
of tuples we are going to retrieve from a sub-SELECT.  Must have been
half asleep when I did this code the first time :-(
src/backend/optimizer/path/costsize.c
src/backend/optimizer/plan/planner.c
src/backend/optimizer/plan/subselect.c