Skip to content
Snippets Groups Projects
Commit c1f856a1 authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Properly copy fmgroids.h after clean on Win32

Craig Ringer
parent c2e32d5a
No related branches found
No related tags found
No related merge requests found
......@@ -275,6 +275,9 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
system(
"perl -I ../catalog Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h");
chdir('..\..\..');
}
if (IsNewer('src\include\utils\fmgroids.h', 'src\backend\utils\fmgroids.h'))
{
copyFile('src\backend\utils\fmgroids.h',
'src\include\utils\fmgroids.h');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment