Re: About postgresql8.3.3 build in MS VS2005

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: iihero <iihero(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: About postgresql8.3.3 build in MS VS2005
Date: 2008-10-09 12:42:55
Message-ID: 13060.1223556175@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> IIRC, Visual C++ compiles UTF8 source code just fine, so it should work.

The problem is that what's in our CVS is Latin-1. I'm not quite sure
why the OP's compiler is expecting it to be UTF-8, but it's pretty
obvious what's going to happen if it does expect that.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-10-09 12:47:08 Re: autovacuum and reloptions
Previous Message Tom Lane 2008-10-09 12:40:42 Re: WITH RECURSIVE ... simplified syntax?