This is a patch for building pgsql with msvc. For some reason, if you tell
my bison to work on file /some/path/foo.y it will put the resulting files
into the current directory while Magnus' bison puts them into /some/path.
The attached patch makes both kinds work by setting the destination file
explicitly.
Joachim