diff options
author | Magnus Hagander | 2008-08-16 12:42:27 +0000 |
---|---|---|
committer | Magnus Hagander | 2008-08-16 12:42:27 +0000 |
commit | ff8bfe9316689bbd4cb372afc4664bc65e9f3569 (patch) | |
tree | 159b0a028963881a7fb557c9f9851bdf69c3878f | |
parent | c06fe70a8ec7be9922223e0222cd245515d04ff7 (diff) |
probes.h is generated from probes.d, not pg_trace.d.
-rw-r--r-- | src/tools/msvc/Solution.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index 726458ec68..25ad5439c8 100644 --- 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\pg_trace.d')) + if (IsNewer('src\include\utils\probes.h','src\backend\utils\probes.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'); |