CVSROOT: /cvsroot
Module name: pgsql
Changes by: [email protected] 01/09/22 18:54:33
Modified files:
. : configure configure.in
src : Makefile.global.in Makefile.shlib
src/include : pg_config.h.in
src/interfaces/libpq: Makefile
src/interfaces/odbc: GNUmakefile bind.c connection.c
connection.h convert.c dlg_specific.c
dlg_specific.h drvconn.c environ.h
execute.c gpps.c gpps.h info.c lobj.c
misc.c misc.h odbcapi.c odbcapi30.c
options.c parse.c pgapifunc.h pgtypes.c
psqlodbc.c psqlodbc.h qresult.c results.c
setup.c socket.c socket.h statement.c
statement.h tuple.c tuplelist.c
Log message:
Provide some initial support for building the ODBC driver for
an already installed iODBC or unixODBC driver manager. In particular,
use the include files provided by the driver manager over our own,
and use the odbcinst library of the driver manager rather than gpps.c.
Migrate portability sections common to several files into psqlodbc.h.