At this moment, --enable-debug adds debugging information to most of the

Bruce Momjian <bruce@momjian.us>

Commit: 0416641baaf138f4ccdf2b2827588e6d81c5fdac
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-03-05T17:55:23Z
Releases: 7.3.1
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

Files

PathChange+/−
configure.in modified +1 −1
src/interfaces/jdbc/build.xml modified +241 −235
src/interfaces/jdbc/Makefile modified +3 −2
src/Makefile.global.in modified +2 −1