From: Bruce Momjian Date: Wed, 19 Jul 2006 15:06:06 +0000 (+0000) Subject: Add WIN32 compile suggestion to pginclude README. X-Git-Tag: REL8_2_BETA1~532 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d9a65bfa714055770210ee13af566b3d8b80e49;p=thirdparty%2Fpostgresql.git Add WIN32 compile suggestion to pginclude README. --- diff --git a/src/tools/pginclude/README b/src/tools/pginclude/README index 10b1494d4d7..dc92735d5ff 100644 --- a/src/tools/pginclude/README +++ b/src/tools/pginclude/README @@ -39,5 +39,4 @@ pgcompinclude and pgrminclude /src/include steps must be run several times until all includes compile cleanly. Also, tests should be done with configure settings of --enable-cassert -and EXEC_BACKEND on and off. - +and EXEC_BACKEND on and off. It is also wise to test a WIN32 compile.