Provide for MSVC config equivalents of recently added configure options. Remove
Andrew Dunstan <andrew@dunslane.net>
Provide for MSVC config equivalents of recently added configure options. Remove any hardcoding of those options. Along the way, reorder the expression used to calculate RELSEG_SIZE to make it slightly clearer. For now wal_segsize is only allowed to have a value of 1 on Windows - we can relax that when we get full large file support in the backend.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +2 −1 |
| configure.in | modified | +3 −2 |
| src/include/pg_config.h.win32 | modified | +0 −22 |
| src/tools/msvc/config.pl | modified | +3 −0 |
| src/tools/msvc/Solution.pm | modified | +28 −2 |