Thread: pgsql/ /configure.in rc/Makefile.global.in rc/ ...

pgsql/ /configure.in rc/Makefile.global.in rc/ ...

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/03/05 12:55:23

Modified files:
    .              : configure.in
    src            : Makefile.global.in
    src/interfaces/jdbc: Makefile build.xml

Log message:
    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