Re: pgsql/src/backend/lib dllist.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Wieck <wieck(at)hub(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/lib dllist.c
Date: 2001-06-02 15:51:47
Message-ID: 12090.991497107@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Jan Wieck <wieck(at)hub(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-06-02 17:12:13 pgsql/src/backend/utils/adt float.c
Previous Message Jan Wieck 2001-06-02 15:16:55 pgsql/src/backend/lib dllist.c