mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
This patch is required for vcbuild to work after the changes to
pg_proc.h (it's the same changes that's in gen_fmgrtab.sh in the unix build). Patch from Magnus Hagander.
This commit is contained in:
@ -133,9 +133,9 @@ sub GenerateFiles {
|
|||||||
oid => $p[0],
|
oid => $p[0],
|
||||||
proname => $p[1],
|
proname => $p[1],
|
||||||
prosrc => $p[$#p-2],
|
prosrc => $p[$#p-2],
|
||||||
nargs => $p[10],
|
nargs => $p[12],
|
||||||
strict => $p[7],
|
strict => $p[9],
|
||||||
retset => $p[8],
|
retset => $p[10],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
close(I);
|
close(I);
|
||||||
|
Reference in New Issue
Block a user