On 30 Sie, 20:10, t...@sss.pgh.pa.us (Tom Lane) wrote:
> wstrzalka writes:
> > finally I press up arrow to reexecute and that causes "Segmentation
> > fault" and psql to exit
>
> That would be a problem in libreadline, not in our code. There was
> somebody else complaining of a bug in Solaris' re
wstrzalka writes:
> finally I press up arrow to reexecute and that causes "Segmentation
> fault" and psql to exit
That would be a problem in libreadline, not in our code. There was
somebody else complaining of a bug in Solaris' readline just recently
:-(. Might be worthwhile to install your own
I'm having problems with psql. Looks like bug.
Steps to reproduce on my box (100% segfaults):
#psql -U postgres -d mydb
$EXPLAIN ANALYZE SELECT .
after 20s I'm getting a plan & at the end there is smth like "stdin:
END"
then I press ENTER and I have back psql console\
finally I press up arrow
I've been running Postgres on a Solaris 2.8 box for a long time. Just upgraded to
7.0.3 and noticed the reappearance of a bug that I've seen before: psql segfaults on
startup.
The problem is clearly and unmistakeably related to readline (psql -n works like a
charm). I've tried mucking aroun