pgsql/src/backend/lib dllist.c

Started by Jan Wieckabout 25 years ago2 messagescomitters
Jump to latest
#1Jan Wieck
JanWieck@Yahoo.com

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: wieck@hub.org 01/06/02 11:16:55

Modified files:
src/backend/lib: dllist.c

Log message:
dllist.c is included in the frontend libpq interface via symlink.
There is no elog() available. Used fprintf(stderr, ...) and exit
instead.

Jan

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jan Wieck (#1)
Re: pgsql/src/backend/lib dllist.c

Jan Wieck <wieck@hub.org> writes:

dllist.c is included in the frontend libpq interface via symlink.
There is no elog() available. Used fprintf(stderr, ...) and exit
instead.

Wups, my mistake. Thanks.

regards, tom lane