projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6cc57f
)
Revert installation of gram.h in 8.3
author
Magnus Hagander
<
[email protected]
>
Tue, 11 Jan 2011 10:31:42 +0000
(11:31 +0100)
committer
Magnus Hagander
<
[email protected]
>
Tue, 11 Jan 2011 10:31:42 +0000
(11:31 +0100)
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...
src/tools/msvc/Install.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Install.pm
b/src/tools/msvc/Install.pm
index 537f472d54734075683c40fcb585c48ba59db9a7..4a0ccb6b613641127a83a4152007dda1103d2819 100644
(file)
--- 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/');