AllocSetStats uses fprintf instead of elog

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: AllocSetStats uses fprintf instead of elog
Date: 2007-11-16 13:46:13
Message-ID: 473D9F25.7020906@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Function AllocSetStats uses fprintf instead of standard logging method.
Is there any reason for it? If not I will rewrite it to use
elog(NOTICE,..) instead.

Zdenek

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Mielke 2007-11-16 13:59:37 Off-Topic: Float point division academia? (was: Re: Spinlock backoff algorithm)
Previous Message Andreas Joseph Krogh 2007-11-16 11:54:26 Re: Javascript support in the backend, i.e. PL/JS