mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Properly copy fmgroids.h after clean on Win32
Craig Ringer
This commit is contained in:
parent
77a1ba20aa
commit
3759e51bd9
1 changed files with 3 additions and 0 deletions
|
|
@ -267,6 +267,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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue