At this moment, --enable-debug adds debugging information to most of the
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |