Re: The Data Base System is in recovery mode

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Palle Girgensohn <girgen@partitur.se>, pgsql-bugs@postgresql.org
Date: 2000-10-22T05:31:52Z
Lists: pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> I do not believe this backtrace.  textlike does not call int8_text;

> Only Tom Lane could question a backtrace and get away with it.  :-)

If you haven't ever seen a bogus backtrace, you've not been using
debuggers long enough ;-).  gdb has no good way to know if you've
given it an executable that matches the corefile or not.  I *always*
check to see if I believe a backtrace before I get too bogged down
in possibly-phony details.

			regards, tom lane