Re: ErrorContextCallback

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Laszlo Hornyak <kocka(at)forgeahead(dot)hu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ErrorContextCallback
Date: 2004-08-10 18:15:22
Message-ID: 154.1092161722@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Laszlo Hornyak <kocka(at)forgeahead(dot)hu> writes:
> and the callback function logs "callback", the following apears in the log:
> ERROR: callback

> Can anybody tell me why this happens?

Sure you didn't "elog(ERROR)" rather than "elog(LOG)" inside the
callback function?

In any case, you can't expect useful help without showing us the
callback function.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2004-08-10 18:30:36 Re: Postgres development model (was Re: CVS comment)
Previous Message Peter Eisentraut 2004-08-10 18:11:07 Re: Postgres development model (was Re: CVS comment)