mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Attempt to adapt windows build for 212e6f34d55c.
Per buildfarm animal baiji.
This commit is contained in:
parent
212e6f34d5
commit
15334ad19a
@ -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";
|
||||
chdir('src/backend/utils');
|
||||
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('../../..');
|
||||
}
|
||||
if (IsNewer(
|
||||
|
Loading…
x
Reference in New Issue
Block a user