From: Tom Lane Date: Mon, 3 Sep 2007 02:51:47 +0000 (+0000) Subject: Fix MSVC build (I think) for recent pg_proc.h column addition. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=b69a6ce975cb9b4e28c97c6258650e101b49c406;p=users%2Fbernd%2Fpostgres.git Fix MSVC build (I think) for recent pg_proc.h column addition. This business with two independent build systems does kinda suck. --- diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index 9e7f5f126c..dac13ddc77 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -173,7 +173,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY { oid => $p[0], proname => $p[1], - prosrc => $p[$#p-2], + prosrc => $p[$#p-3], nargs => $p[12], strict => $p[9], retset => $p[10],