Re: A couple items on TODO

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jeff Davis <list-pgsql-hackers(at)dynworks(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: A couple items on TODO
Date: 2001-08-23 15:11:03
Message-ID: Pine.LNX.4.30.0108231709300.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jeff Davis writes:

> *Convert remaining fprintf(stderr,...)/perror() to elog()

This isn't quite as easy as a mechanical conversion, mind you, because
elog of course has rather complex side effects besides printing out a
message. What we'd need is some sort of option to print a message of a
given category without taking these side effects.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message mlw 2001-08-23 15:26:42 OLAP, Aggregates, and order of operations
Previous Message Tom Lane 2001-08-23 15:01:13 Re: CURRENT OF cursor without OIDs