mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Attempt to adapt windows build for 212e6f34d5
.
Per buildfarm animal baiji.
This commit is contained in:
@ -269,7 +269,7 @@ s{PG_VERSION_STR "[^"]+"}{PG_VERSION_STR "PostgreSQL $self->{strver}$extraver, c
|
|||||||
print "Generating fmgrtab.c, fmgroids.h, fmgrprotos.h...\n";
|
print "Generating fmgrtab.c, fmgroids.h, fmgrprotos.h...\n";
|
||||||
chdir('src/backend/utils');
|
chdir('src/backend/utils');
|
||||||
system(
|
system(
|
||||||
"perl -I ../catalog Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h");
|
"perl -I ../catalog Gen_fmgrtab.pl -I../../../src/include/ ../../../src/include/catalog/pg_proc.h");
|
||||||
chdir('../../..');
|
chdir('../../..');
|
||||||
}
|
}
|
||||||
if (IsNewer(
|
if (IsNewer(
|
||||||
|
Reference in New Issue
Block a user