From: Magnus Hagander Date: Tue, 11 Jan 2011 10:31:42 +0000 (+0100) Subject: Revert installation of gram.h in 8.3 X-Git-Tag: REL8_3_14~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1bcb1fb618fbec07b04f16042bcf9ffbf294fec;p=thirdparty%2Fpostgresql.git Revert installation of gram.h in 8.3 To make the buildfarm green again, since there is no file to copy on msvc, and also given discussion about the necessity of the file at all... --- diff --git a/src/tools/msvc/Install.pm b/src/tools/msvc/Install.pm index 537f472d547..4a0ccb6b613 100644 --- a/src/tools/msvc/Install.pm +++ b/src/tools/msvc/Install.pm @@ -380,7 +380,7 @@ sub CopyIncludeFiles EnsureDirectories($target, 'include', 'include/libpq', 'include/internal', 'include/internal/libpq', - 'include/server', 'include/server/parser'); + 'include/server'); CopyFiles( 'Public headers', @@ -410,8 +410,6 @@ sub CopyIncludeFiles $target . '/include/server/', 'src/include/', 'pg_config.h', 'pg_config_os.h' ); - CopyFiles('Grammar header', $target . '/include/server/parser/', - 'src/backend/parser/', 'gram.h'); CopySetOfFiles('', [ glob( "src\\include\\*.h" ) ], $target . '/include/server/');