forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit449d0a8

Etsuro Fujita
postgres_fdw: Fix test for cached costs in estimate_path_cost_size().
estimate_path_cost_size() failed to re-use cached costs when the cachedstartup/total cost was 0, so it calculated the costs redundantly.This is an oversight in commitaa09cd2; but apply the patch to HEADonly because there are no reports of actual trouble from that.Author: Etsuro FujitaDiscussion:https://postgr.es/m/5C4AF3F3.4060409%40lab.ntt.co.jp1 parente0c2933 commit449d0a8
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2625 | 2625 |
| |
2626 | 2626 |
| |
2627 | 2627 |
| |
2628 |
| - | |
| 2628 | + | |
2629 | 2629 |
| |
2630 | 2630 |
| |
2631 | 2631 |
| |
|
0 commit comments
Comments
(0)