Re: [GENERAL] Update /src/tools/msvc to VC++ 2008

2009-08-29 Thread Bruce Momjian
Added to TODO: Allow compilation using MSVC 2008 --- Magnus Hagander wrote: > On Fri, Aug 28, 2009 at 18:19, Tom Lane wrote: > > Dave Huber writes: > >> I have recently installed MS VC++ 2008 Express Edition for a

Re: [GENERAL] Update /src/tools/msvc to VC++ 2008

2009-08-28 Thread Magnus Hagander
On Fri, Aug 28, 2009 at 18:19, Tom Lane wrote: > Dave Huber writes: >> I have recently installed MS VC++ 2008 Express Edition for a project >> that interfaces with PostgreSQL. I really liked that it had tools for >> creating the solution and projects under VC++. However, the perl >> scripts create

Re: [GENERAL] Update /src/tools/msvc to VC++ 2008

2009-08-28 Thread Alvaro Herrera
Tom Lane wrote: > Dave Huber writes: > > 2. Can I submit my scripts and have the msvc tools reviewed/updated? > > I believe the current Windows binaries are still being built with 2005, > so unless you can change it in a backwards-compatible fashion, the odds > of the patch getting rejected ar

Re: [GENERAL] Update /src/tools/msvc to VC++ 2008

2009-08-28 Thread Tom Lane
Dave Huber writes: > I have recently installed MS VC++ 2008 Express Edition for a project > that interfaces with PostgreSQL. I really liked that it had tools for > creating the solution and projects under VC++. However, the perl > scripts create solution and project files for VC++ 2005. This cause

[GENERAL] Update /src/tools/msvc to VC++ 2008

2009-08-28 Thread Dave Huber
I have recently installed MS VC++ 2008 Express Edition for a project that interfaces with PostgreSQL. I really liked that it had tools for creating the solution and projects under VC++. However, the perl scripts create solution and project files for VC++ 2005. This causes the build to fail if yo