Re: Query preformence

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ferdinand Smit <ferdinand(at)telegraafnet(dot)nl>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Query preformence
Date: 2001-11-16 15:32:18
Message-ID: 26053.1005924738@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Ferdinand Smit <ferdinand(at)telegraafnet(dot)nl> writes:
>> I do see an issue here, which is that the STATISTICS messages should be
>> emitted by elog() so that they will be tagged with a PID when log_pid is
>> true. But that's easily fixed.

> Second try, this time by using the elog function. Is this a better solution ??

I've already committed changes that do the former (emit the STATISTICS
messages via elog, not fprintf, so that they can be timestamped and
PID-stamped). Does that address your concern?

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Ferdinand Smit 2001-11-16 15:34:29 Re: Query preformence
Previous Message Ferdinand Smit 2001-11-16 15:26:08 Re: Query preformence