OSDN Git Service

This patch is required for vcbuild to work after the changes to
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 23 Jan 2007 15:44:11 +0000 (15:44 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 23 Jan 2007 15:44:11 +0000 (15:44 +0000)
pg_proc.h (it's the same changes that's in gen_fmgrtab.sh in the unix
build).

Patch from Magnus Hagander.

src/tools/msvc/Solution.pm

index c55f35d..4086f42 100644 (file)
@@ -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);