pgsql ODBC sources

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Postgres Interfaces Mailing List <pgsql-interfaces(at)postgresql(dot)org>
Subject: pgsql ODBC sources
Date: 1998-05-28 00:40:11
Message-ID: 356CB26B.A9127004@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I was poking through the backend source code working on the "name" data
type and stumbled on the (apparent) fact that NAMEDATALEN is defined to
be 32 bytes in the backend and only 16 bytes (the old backend value) in
interfaces/odbc/connection.h.

Also, some lines in the odbc sources seem to have a trailing ^M. Should
we add more, or take them out? :)

- Tom

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Byron Nikolaidis 1998-05-28 01:08:59 Re: [INTERFACES] pgsql ODBC sources
Previous Message Byron Nikolaidis 1998-05-28 00:40:06 Re: Thank you! But how to get it working with VC++5?