Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite25138f

Browse files
committed
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 unixbuild).Patch from Magnus Hagander.
1 parenta33cf10 commite25138f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/tools/msvc/Solution.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ sub GenerateFiles {
133133
oid=>$p[0],
134134
proname=>$p[1],
135135
prosrc=>$p[$#p-2],
136-
nargs=>$p[10],
137-
strict=>$p[7],
138-
retset=>$p[8],
136+
nargs=>$p[12],
137+
strict=>$p[9],
138+
retset=>$p[10],
139139
};
140140
}
141141
close(I);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp