pgsql/src/backend/lib dllist.c

From: Jan Wieck <wieck(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/lib dllist.c
Date: 2001-06-02 15:16:55
Message-ID: 200106021516.f52FGt094511@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: wieck(at)hub(dot)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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-06-02 15:51:47 Re: pgsql/src/backend/lib dllist.c
Previous Message Bruce Momjian - CVS 2001-06-01 20:57:59 pgsql/src/interfaces/jdbc/org/postgresql Conne ...