Re: ODBC changes - Mailing list pgsql-odbc

From Tom Lane
Subject Re: ODBC changes
Date
Msg-id 11328.988813537@sss.pgh.pa.us
Whole thread Raw
In response to RE: ODBC changes  (Dave Page <dpage@vale-housing.co.uk>)
List pgsql-odbc
Dave Page <dpage@vale-housing.co.uk> writes:
> I did an update to my copy of the source (using WinCVS), attempted nmake /f
> win32.mak to build the ODBC driver and got an error. Editting win32.mak
> using vi under cygwin showed a ^M (LF i believe) at the end of every line.
> Using Programmers File Editor (a very good windows editor) shows a blank
> line between every line. Removing the ^M's cured the problem. I did also get
> a fresh copy from CVS to ensure that it wasn't just my copy that was
> affected.

After further investigation it seems that win32.mak did originally have
Unix-style newlines (\n), and they were all changed to DOS style (\r\n)
in the last commit.  I have changed them back, on the assumption that
this conversion was unintentional.

            regards, tom lane

pgsql-odbc by date:

Previous
From: Dave Page
Date:
Subject: RE: ODBC changes
Next
From: Hiroshi Inoue
Date:
Subject: Re: ODBC changes