Update source code to Byron's v6.30.0250 sources plus minor cleanup

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: 1eab86e26da7d6a18d8acc4c320d72b0df2527b7
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 1998-10-06T05:58:41Z
Releases: 7.1.1
Update source code to Byron's v6.30.0250 sources plus minor cleanup
 to get rid of unused variables.
Get clean compile on Linux (Thomas and Gerald).
Implement autoconf/configure for standalone builds and use the existing
 autoconf/configure system when in the Postgres source tree.
Code tests and functions with ApplixWare-4.4.1beta on a Linux box.
Changes should be backward compatible with WIN32 but still needs testing.

Files

PathChange+/−
src/interfaces/odbc/acconfig.h added +2 −0
src/interfaces/odbc/bind.c modified +22 −11
src/interfaces/odbc/columninfo.c modified +1 −1
src/interfaces/odbc/columninfo.h modified +1 −1
src/interfaces/odbc/config.guess added +694 −0
src/interfaces/odbc/config.h.in added +25 −0
src/interfaces/odbc/Config.mk modified +0 −1
src/interfaces/odbc/config.status added +261 −0
src/interfaces/odbc/config.sub added +930 −0
src/interfaces/odbc/configure added +1991 −0
src/interfaces/odbc/configure.in added +317 −0
src/interfaces/odbc/connection.c modified +181 −72
src/interfaces/odbc/connection.h modified +11 −3
src/interfaces/odbc/convert.c modified +30 −14
src/interfaces/odbc/dlg_specific.c modified +117 −101
src/interfaces/odbc/dlg_specific.h modified +19 −11
src/interfaces/odbc/drvconn.c modified +15 −9
src/interfaces/odbc/environ.c modified +3 −4
src/interfaces/odbc/environ.h modified +2 −2
src/interfaces/odbc/execute.c modified +46 −28
src/interfaces/odbc/GNUmakefile.in added +127 −0
src/interfaces/odbc/gpps.c modified +15 −5
src/interfaces/odbc/gpps.h modified +3 −3
src/interfaces/odbc/info.c modified +538 −354
src/interfaces/odbc/install-sh added +250 −0
src/interfaces/odbc/iodbc.h modified +3 −3
src/interfaces/odbc/Makefile.global.in added +201 −0
src/interfaces/odbc/Makefile.unx deleted +0 −85
src/interfaces/odbc/misc.c modified +47 −8
src/interfaces/odbc/misc.h modified +17 −9
src/interfaces/odbc/options.c modified +16 −8
src/interfaces/odbc/parse.c modified +15 −5
src/interfaces/odbc/pgtypes.c modified +4 −2
src/interfaces/odbc/psqlodbc.c modified +10 −6
src/interfaces/odbc/psqlodbc.h modified +9 −6
src/interfaces/odbc/psqlodbc.rc modified +4 −4
src/interfaces/odbc/qresult.c modified +1 −1
src/interfaces/odbc/qresult.h modified +2 −3
src/interfaces/odbc/README.Linux deleted +0 −113
src/interfaces/odbc/readme.txt modified +23 −0
src/interfaces/odbc/results.c modified +82 −71
src/interfaces/odbc/socket.c modified +2 −5
src/interfaces/odbc/socket.h modified +4 −3
src/interfaces/odbc/statement.c modified +20 −28
src/interfaces/odbc/statement.h modified +3 −14
src/interfaces/odbc/TODO.txt added +16 −0
src/interfaces/odbc/tuple.c modified +2 −1
src/interfaces/odbc/tuple.h modified +3 −3
src/interfaces/odbc/Version.mk modified +4 −2