projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33cf10
)
This patch is required for vcbuild to work after the changes to
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Tue, 23 Jan 2007 15:44:11 +0000
(15:44 +0000)
committer
Alvaro 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
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Solution.pm
b/src/tools/msvc/Solution.pm
index c55f35d2dc190132aaecb92810a108c45422ed59..4086f428f5b163584e5512291a9599d678f576a8 100644
(file)
--- 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[1
0
],
- strict => $p[
7
],
- retset => $p[
8
],
+ nargs => $p[1
2
],
+ strict => $p[
9
],
+ retset => $p[
10
],
};
}
close(I);