File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Solution;
33#
44# Package that encapsulates a Visual C++ solution file generation
55#
6- # $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.36 2008/02/28 12:17:59 mha Exp $
6+ # $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.37 2008/03/21 02:50:02 adunstan Exp $
77#
88use Carp;
99use strict;
@@ -205,6 +205,12 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
205205 close (T);
206206 }
207207
208+ if (IsNewer(' src\include\utils\probes.h' ,' src\backend\utils\pg_trace.d' ))
209+ {
210+ print " Generating probes.h...\n " ;
211+ system (' psed -f src\backend\utils\Gen_dummy_probes.sed src\backend\utils\probes.d > src\include\utils\probes.h' );
212+ }
213+
208214 if (IsNewer(' src\interfaces\libpq\libpq.rc' ,' src\interfaces\libpq\libpq.rc.in' ))
209215 {
210216 print " Generating libpq.rc...\n " ;
You can’t perform that action at this time.
0 commit comments