projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c06fe70
)
probes.h is generated from probes.d, not pg_trace.d.
author
Magnus Hagander
<magnus@hagander.net>
Sat, 16 Aug 2008 12:42:27 +0000
(12:42 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Sat, 16 Aug 2008 12:42:27 +0000
(12:42 +0000)
src/tools/msvc/Solution.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Solution.pm
b/src/tools/msvc/Solution.pm
index 726458ec68e4af785d5a5960e90866c7daad80f2..25ad5439c87b9506c6995b08bdfca72d353d20e5 100644
(file)
--- a/
src/tools/msvc/Solution.pm
+++ b/
src/tools/msvc/Solution.pm
@@
-207,7
+207,7
@@
s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
copyFile('src\backend\utils\fmgroids.h','src\include\utils\fmgroids.h');
}
- if (IsNewer('src\include\utils\probes.h','src\backend\utils\p
g_trace
.d'))
+ if (IsNewer('src\include\utils\probes.h','src\backend\utils\p
robes
.d'))
{
print "Generating probes.h...\n";
system('psed -f src\backend\utils\Gen_dummy_probes.sed src\backend\utils\probes.d > src\include\utils\probes.h');