Provide for MSVC config equivalents of recently added configure options. Remove

Andrew Dunstan <andrew@dunslane.net>

Commit: d61eecb5a17d1b9373ca75fb4d6de4e35ba3f640
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2008-05-03T00:24:06Z
Releases: 8.4.0
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

PathChange+/−
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