We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e32d5 commit c1f856aCopy full SHA for c1f856a
src/tools/msvc/Solution.pm
@@ -275,6 +275,9 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
275
system(
276
"perl -I ../catalog Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h");
277
chdir('..\..\..');
278
+ }
279
+ if (IsNewer('src\include\utils\fmgroids.h', 'src\backend\utils\fmgroids.h'))
280
+ {
281
copyFile('src\backend\utils\fmgroids.h',
282
'src\include\utils\fmgroids.h');
283
}
0 commit comments