Run pgindent over ODBC source. We couldn't do this years ago because we

Bruce Momjian <bruce@momjian.us>

Commit: 755a87332adccd3ad8d08bd16ad490e82b009496
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-02-10T07:01:19Z
Releases: 7.1.1
Run pgindent over ODBC source.  We couldn't do this years ago because we
weren't the master source.  We are now, and it really needs it.

Files

PathChange+/−
src/interfaces/odbc/bind.c modified +193 −148
src/interfaces/odbc/bind.h modified +30 −23
src/interfaces/odbc/columninfo.c modified +47 −44
src/interfaces/odbc/columninfo.h modified +17 −16
src/interfaces/odbc/connection.c modified +713 −597
src/interfaces/odbc/connection.h modified +116 −105
src/interfaces/odbc/convert.c modified +1023 −855
src/interfaces/odbc/convert.h modified +37 −36
src/interfaces/odbc/dlg_specific.c modified +509 −478
src/interfaces/odbc/dlg_specific.h modified +70 −60
src/interfaces/odbc/drvconn.c modified +183 −159
src/interfaces/odbc/environ.c modified +384 −347
src/interfaces/odbc/environ.h modified +12 −11
src/interfaces/odbc/execute.c modified +360 −257
src/interfaces/odbc/gpps.c modified +168 −180
src/interfaces/odbc/gpps.h modified +20 −13
src/interfaces/odbc/info.c modified +2013 −1617
src/interfaces/odbc/iodbc.h modified +64 −64
src/interfaces/odbc/isqlext.h modified +672 −658
src/interfaces/odbc/isql.h modified +167 −166
src/interfaces/odbc/lobj.c modified +48 −50
src/interfaces/odbc/lobj.h modified +18 −18
src/interfaces/odbc/misc.c modified +83 −64
src/interfaces/odbc/misc.h modified +40 −38
src/interfaces/odbc/options.c modified +488 −422
src/interfaces/odbc/parse.c modified +345 −227
src/interfaces/odbc/pgtypes.c modified +649 −493
src/interfaces/odbc/pgtypes.h modified +63 −64
src/interfaces/odbc/psqlodbc.c modified +48 −45
src/interfaces/odbc/psqlodbc.h modified +87 −69
src/interfaces/odbc/qresult.c modified +289 −232
src/interfaces/odbc/qresult.h modified +67 −60
src/interfaces/odbc/resource.h modified +49 −49
src/interfaces/odbc/results.c modified +665 −525
src/interfaces/odbc/setup.c modified +315 −289
src/interfaces/odbc/socket.c modified +143 −126
src/interfaces/odbc/socket.h modified +28 −25
src/interfaces/odbc/statement.c modified +438 −307
src/interfaces/odbc/statement.h modified +123 −96
src/interfaces/odbc/tuple.c modified +24 −20
src/interfaces/odbc/tuple.h modified +19 −16
src/interfaces/odbc/tuplelist.c modified +108 −78
src/interfaces/odbc/tuplelist.h modified +16 −13
src/tools/pgindent/README modified +1 −1