git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 58e8f96)
probes.h is generated from probes.d, not pg_trace.d.
2008年8月16日 12:42:27 +0000 (12:42 +0000)
2008年8月16日 12:42:27 +0000 (12:42 +0000)

diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm
index 192c22bfcf2593441386ef7619d7f6b807cc48d2..3c31c63359ebb9ece1ee387e3f9b1016ddb6c1dc 100644 (file)
--- a/src/tools/msvc/Solution.pm
+++ b/src/tools/msvc/Solution.pm
@@ -3,7 +3,7 @@ package Solution;
#
# Package that encapsulates a Visual C++ solution file generation
#
-# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.43 2008年06月24日 01:15:36 tgl Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.44 2008年08月16日 12:42:27 mha Exp $
#
use Carp;
use strict;
@@ -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');
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /