We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a1ba2 commit 3759e51Copy full SHA for 3759e51
src/tools/msvc/Solution.pm
@@ -267,6 +267,9 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
267
system(
268
"perl -I ../catalog Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h");
269
chdir('..\..\..');
270
+ }
271
+ if (IsNewer('src\include\utils\fmgroids.h', 'src\backend\utils\fmgroids.h'))
272
+ {
273
copyFile('src\backend\utils\fmgroids.h',
274
'src\include\utils\fmgroids.h');
275
}
0 commit comments