pgsql/src/interfaces/odbc GNUmakefile bind.c b ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/odbc GNUmakefile bind.c b ...
Date: 2001-02-14 05:45:52
Message-ID: 200102140545.f1E5jq788982@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/02/14 00:45:46

Modified files:
src/interfaces/odbc: GNUmakefile bind.c bind.h columninfo.c
columninfo.h connection.c connection.h
convert.c convert.h dlg_specific.c
dlg_specific.h drvconn.c environ.c
environ.h execute.c gpps.c gpps.h info.c
iodbc.h isql.h isqlext.h lobj.c lobj.h
misc.c misc.h options.c parse.c pgtypes.c
pgtypes.h psqlodbc.c psqlodbc.h psqlodbc.rc
qresult.c qresult.h resource.h results.c
setup.c socket.c socket.h statement.c
statement.h tuple.c tuple.h tuplelist.c
tuplelist.h

Log message:
Back out all ODBC formatting changes, and back out removal of <6.4
protocol. I have left in Tom's SOCK_get_next_byte() fix, and the new
win32.mak file addition. I have also left in the 'X' connection close
fix.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-02-14 06:10:48 pgsql/src/interfaces/odbc psqlodbc.rc
Previous Message The Hermit Hacker 2001-02-14 05:09:45 Re: pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...