On reflection, filesize limit ought to be an exact power

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5763683ce45d2f1f666b2a9ac0964d011511ee36
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-04-06T03:04:22Z
Releases: 7.1.1
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

PathChange+/−
src/include/config.h.in modified +7 −6