Reduce the memory usage of ConnectinClass objects by changing their large
authorHiroshi Inoue <inoue@tpf.co.p>
Fri, 21 Jun 2013 03:45:40 +0000 (12:45 +0900)
committerHiroshi Inoue <inoue@tpf.co.p>
Fri, 21 Jun 2013 03:48:46 +0000 (12:48 +0900)
commit61d8cf283e73bd08d10785de03be2fce75fcda1a
tree9cae6c42715745c1f59285d8681ef099ac7749f1
parent03bc509e9de69db14d5705c370923882a105d8df
Reduce the memory usage of ConnectinClass objects by changing their large
 fixed length text fields to variable ones. Because changes are applied to
 percent-encoded fields this time, password field is also a target of this
 change.
13 files changed:
connection.c
connection.h
descriptor.h
dlg_specific.c
dlg_specific.h
dlg_wingui.c
drvconn.c
multibyte.c
multibyte.h
psqlodbc.c
psqlodbc.h
results.c
setup.c