提交 c1bcb1fb 编写于 作者: M Magnus Hagander

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...
上级 e6cc57f1
......@@ -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/');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册