forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4edb37e
committed
Fix a calculation in TidStoreCreate().
Since we expect that the max_bytes is in bytes, not in kilobytes, itshould not be multiplied by 1024.Introduced by30e1442.Reported-by: John Naylor, David RowleyReviewed-by: John NaylorDiscussion:https://postgr.es/m/CANWCAZZTE-14ofsucofTuhFsfuDGBNf%3DNZb22TMYT8bxA41oQQ%40mail.gmail.comDiscussion:https://postgr.es/m/CAApHDvojg82NDaDEpj1WEZSbVTafj%3DDRmW%2BFrkBdW8ScL4OFxA%40mail.gmail.com1 parent3a4837f commit4edb37e
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
|
0 commit comments
Comments
(0)