Re: [HACKERS] pg_xlogdump MSVC build script oddities

2015-03-19 Thread Michael Paquier
On Thu, Mar 19, 2015 at 11:25 AM, Heikki Linnakangas wrote: > I'm guessing that the current state of affairs is just an oversight. I tried > changing it so that xlogreader.c is built into pg_xlogdump without copying, > and it seemed to work. But I'm using a very recent version of MSVC - perhaps >

[HACKERS] pg_xlogdump MSVC build script oddities

2015-03-19 Thread Heikki Linnakangas
When a frontend program needs to compile a file from another directory, Mkvcbuild.pm usually does something like this: $pgdumpall->AddFile('src\bin\pg_dump\keywords.c'); $pgdumpall->AddFile('src\backend\parser\kwlookup.c'); But for pg_xlogdump, it does this: foreach