Skip to content
Snippets Groups Projects
Commit e25138f3 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment