defaultNoticeProcessor

From: joel reed <joelreed(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: defaultNoticeProcessor
Date: 1999-03-17 02:29:32
Message-ID: 19990317022932.5558.rocketmail@send103.yahoomail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

would anyone go for defaultNoticeProcessor in fe-connect.c in
src/interfaces/libpq being changed so that it read something like

if ((s!=0)&&(*s!='\0')) // new line
fprintf(stderr, "%s", message);

i was getting a segfault with 6.4.2 on RH5.2/glibc2.1 box because
somehow the processor was being called with a null message. (i was
creating a table with libpq interface)

thanks for any feedback,
joel
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

Browse pgsql-general by date

  From Date Subject
Next Message Taravudh Tipdecho 1999-03-17 05:06:29 Problem with query length
Previous Message Albert Chen 1999-03-17 01:43:40 Can't compile Perl interface.