pgsql/src/backend/lib dllist.c
pgsql/src/backend/lib dllist.c
От:
Jan Wieck <wieck@hub.org>
Дата:
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
Re: pgsql/src/backend/lib dllist.c
От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
Jan Wieck 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