Re: A couple items on TODO - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: A couple items on TODO
Date
Msg-id Pine.LNX.4.30.0108231709300.677-100000@peter.localdomain
Whole thread Raw
In response to A couple items on TODO  (Jeff Davis <list-pgsql-hackers@dynworks.com>)
Responses Re: A couple items on TODO
List 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@gmx.net   http://funkturm.homeip.net/~peter



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CURRENT OF cursor without OIDs
Next
From: mlw
Date:
Subject: OLAP, Aggregates, and order of operations