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:
c2e32d5
)
Properly copy fmgroids.h after clean on Win32
author
Magnus Hagander
<
[email protected]
>
Sun, 16 Dec 2012 13:56:51 +0000
(14:56 +0100)
committer
Magnus Hagander
<
[email protected]
>
Sun, 16 Dec 2012 13:56:51 +0000
(14:56 +0100)
Craig Ringer
src/tools/msvc/Solution.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Solution.pm
b/src/tools/msvc/Solution.pm
index d7dbc5de5c5f33815fbc93d854c4c2de63f4ffc3..850a1dfabcf58907bf5a41314309e6eb75c8b77d 100644
(file)
--- a/
src/tools/msvc/Solution.pm
+++ b/
src/tools/msvc/Solution.pm
@@
-275,6
+275,9
@@
s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
system(
"perl -I ../catalog Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h");
chdir('..\..\..');
+ }
+ if (IsNewer('src\include\utils\fmgroids.h', 'src\backend\utils\fmgroids.h'))
+ {
copyFile('src\backend\utils\fmgroids.h',
'src\include\utils\fmgroids.h');
}