We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent58e8f96 commit19c1e68Copy full SHA for 19c1e68
src/tools/msvc/Solution.pm
@@ -3,7 +3,7 @@ package Solution;
3
#
4
# Package that encapsulates a Visual C++ solution file generation
5
6
-# $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 $
7
8
use Carp;
9
use strict;
@@ -207,7 +207,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
207
copyFile('src\backend\utils\fmgroids.h','src\include\utils\fmgroids.h');
208
}
209
210
-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'))
211
{
212
print"Generating probes.h...\n";
213
system('psed -f src\backend\utils\Gen_dummy_probes.sed src\backend\utils\probes.d > src\include\utils\probes.h');