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

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ /configure.in rc/Makefile.global.in rc/ ...
Date: 2002-03-05 17:55:25
Message-ID: 20020305175525.F1F6547595E@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-03-05 17:55:47 pgsql/. configure
Previous Message Bruce Momjian - CVS 2002-03-05 07:57:47 pgsql/src/backend/libpq auth.c