pgsql: Have log_duration only output when log_statement has printed the

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have log_duration only output when log_statement has printed the
Date: 2004-10-15 16:50:32
Message-ID: 20041015165032.50D9932C03D@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Have log_duration only output when log_statement has printed the query.
This handles the new multiple log_statement values.

Ed L.

Modified Files:
--------------
pgsql/doc/src/sgml:
runtime.sgml (r1.287 -> r1.288)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.287&r2=1.288)
pgsql/src/backend/tcop:
postgres.c (r1.435 -> r1.436)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.435&r2=1.436)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-10-15 16:51:50 pgsql: This patch clarifies the usage of references in PL/Perl :) David
Previous Message Bruce Momjian 2004-10-15 16:27:07 pgsql: Update wording.