- Notifications
You must be signed in to change notification settings - Fork5
Commit75df6dc
committed
Fix ancient thinko in default table rowcount estimation.
The code used sizeof(ItemPointerData) where sizeof(ItemIdData) is correct,since we're trying to account for a tuple's line pointer. Spotted byTomonari Katsumata (bug #12584).Although this mistake is of very long standing, no back-patch, since it'sa relatively harmless error and changing it would risk changing defaultplanner behavior in stable branches. (I don't see any change in regressiontest outputs here, but the buildfarm may think differently.)1 parent4c34dcf commit75df6dc
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
512 |
| - | |
| 512 | + | |
513 | 513 |
| |
514 | 514 |
| |
515 | 515 |
| |
|
0 commit comments
Comments
(0)