At this moment, --enable-debug adds debugging information to most of the
authorBruce Momjian <bruce@momjian.us>
Tue, 5 Mar 2002 17:55:23 +0000 (17:55 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 5 Mar 2002 17:55:23 +0000 (17:55 +0000)
commit0416641baaf138f4ccdf2b2827588e6d81c5fdac
tree0e3de5905f86a99391a7cd144f1134a42cf312da
parentaf41101a40af4c067b0f32ee2d64d976389caf26
At this moment, --enable-debug adds debugging information to most of the
parts o f postgresql. The jdbc drivers are never compiled with debugging
support. This p atch make sure that debugging information is added to
the jdbc jar when the --en able-debug is added. This was usefull for me
for debugging some java jdbc poolin g objects but this might perhaps be
usefull for other people too?

Dries Verachtert
configure.in
src/Makefile.global.in
src/interfaces/jdbc/Makefile
src/interfaces/jdbc/build.xml