diff options
| author | Alvaro Herrera | 2007-01-23 15:44:11 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2007-01-23 15:44:11 +0000 |
| commit | e25138f3e9dbc7d115c96af38a94566e8803c9d3 (patch) | |
| tree | 970c45789f6e1eadc04e7bf6b4835d14cb7ccaed /src/tools | |
| parent | a33cf1041f99ed5f19bb7d24584db79ada07d8a4 (diff) | |
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.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/msvc/Solution.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index c55f35d2dc..4086f428f5 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -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); |
