Back out all ODBC formatting changes, and back out removal of <6.4

Bruce Momjian <bruce@momjian.us>

Commit: 594e97b72fe61d95ac8ed2a1f724a4bef7394064
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-02-14T05:45:46Z
Releases: 7.1.1
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.

Files

PathChange+/−
src/interfaces/odbc/bind.c modified +153 −192
src/interfaces/odbc/bind.h modified +23 −30
src/interfaces/odbc/columninfo.c modified +44 −42
src/interfaces/odbc/columninfo.h modified +16 −17
src/interfaces/odbc/connection.c modified +644 −707
src/interfaces/odbc/connection.h modified +134 −125
src/interfaces/odbc/convert.c modified +871 −1008
src/interfaces/odbc/convert.h modified +33 −34
src/interfaces/odbc/dlg_specific.c modified +487 −502
src/interfaces/odbc/dlg_specific.h modified +63 −74
src/interfaces/odbc/drvconn.c modified +162 −183
src/interfaces/odbc/environ.c modified +343 −376
src/interfaces/odbc/environ.h modified +11 −12
src/interfaces/odbc/execute.c modified +274 −355
src/interfaces/odbc/GNUmakefile modified +2 −2
src/interfaces/odbc/gpps.c modified +180 −168
src/interfaces/odbc/gpps.h modified +13 −18
src/interfaces/odbc/info.c modified +1642 −2006
src/interfaces/odbc/iodbc.h modified +64 −64
src/interfaces/odbc/isqlext.h modified +874 −891
src/interfaces/odbc/isql.h modified +178 −172
src/interfaces/odbc/lobj.c modified +44 −40
src/interfaces/odbc/lobj.h modified +18 −18
src/interfaces/odbc/misc.c modified +67 −83
src/interfaces/odbc/misc.h modified +39 −41
src/interfaces/odbc/options.c modified +425 −483
src/interfaces/odbc/parse.c modified +238 −340
src/interfaces/odbc/pgtypes.c modified +527 −684
src/interfaces/odbc/pgtypes.h modified +68 −67
src/interfaces/odbc/psqlodbc.c modified +47 −48
src/interfaces/odbc/psqlodbc.h modified +84 −103
src/interfaces/odbc/psqlodbc.rc modified +20 −13
src/interfaces/odbc/qresult.c modified +229 −276
src/interfaces/odbc/qresult.h modified +60 −67
src/interfaces/odbc/resource.h modified +56 −54
src/interfaces/odbc/results.c modified +545 −657
src/interfaces/odbc/setup.c modified +292 −314
src/interfaces/odbc/socket.c modified +120 −134
src/interfaces/odbc/socket.h modified +34 −37
src/interfaces/odbc/statement.c modified +320 −423
src/interfaces/odbc/statement.h modified +119 −146
src/interfaces/odbc/tuple.c modified +21 −24
src/interfaces/odbc/tuple.h modified +16 −19
src/interfaces/odbc/tuplelist.c modified +76 −104
src/interfaces/odbc/tuplelist.h modified +13 −16