Properly copy fmgroids.h after clean on Win32
Craig Ringer
This commit is contained in:
parent
c2e32d5a6c
commit
c1f856a17f
@ -275,6 +275,9 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
|
|||||||
system(
|
system(
|
||||||
"perl -I ../catalog Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h");
|
"perl -I ../catalog Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h");
|
||||||
chdir('..\..\..');
|
chdir('..\..\..');
|
||||||
|
}
|
||||||
|
if (IsNewer('src\include\utils\fmgroids.h', 'src\backend\utils\fmgroids.h'))
|
||||||
|
{
|
||||||
copyFile('src\backend\utils\fmgroids.h',
|
copyFile('src\backend\utils\fmgroids.h',
|
||||||
'src\include\utils\fmgroids.h');
|
'src\include\utils\fmgroids.h');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user