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: Palle Girgensohn <girgen@partitur.se>
Cc: pgsql-bugs@postgresql.org
Date: 2000-10-22T02:49:18Z
Lists: pgsql-bugs
Palle Girgensohn <girgen@partitur.se> writes: > I was surprised that there was funcion names, since there shouldn't be > any (no debugging symbols). Not necessarily. If you haven't applied strip(1) to the executable, there will be function names in the backtrace on most platforms, even without -g. What -g adds is parameter info and file/line number info. > Hence I think too, this backtrace is rubbish. :( It is that :-(. Better luck tomorrow. regards, tom lane