Commit e25138f3 authored by Alvaro Herrera's avatar Alvaro Herrera

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.
parent a33cf104
......@@ -133,9 +133,9 @@ sub GenerateFiles {
oid => $p[0],
proname => $p[1],
prosrc => $p[$#p-2],
nargs => $p[10],
strict => $p[7],
retset => $p[8],
nargs => $p[12],
strict => $p[9],
retset => $p[10],
};
}
close(I);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment