]> granicus.if.org Git - postgresql/commit
On reflection, filesize limit ought to be an exact power
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Apr 1999 03:04:22 +0000 (03:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Apr 1999 03:04:22 +0000 (03:04 +0000)
commit5763683ce45d2f1f666b2a9ac0964d011511ee36
treebfbc5b511130e73740a157703c3b214c7c995d2a
parent5ce851dcda7c10513b18eb5ea1ed30976f21f174
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.
src/include/config.h.in