On reflection, filesize limit ought to be an exact power
Tom Lane <tgl@sss.pgh.pa.us>
On reflection, filesize limit ought to be an exact power of 2 to save a few cycles in md.c. So, make it 2^30 not 10^9.
Files
| Path | Change | +/− |
|---|---|---|
| src/include/config.h.in | modified | +7 −6 |