Re: [BUGS] BUG #5631: psql dumps core during command editing

2010-08-31 Thread Bruce Momjian
David L Kensiski wrote: > I though of that, but it's linked into the binary. Maybe this is a > problem with the Sun build and not the code? How do I get in touch > with the build maintainer? Is there a README in the build install somewhere? --

Re: [BUGS] BUG #5631: psql dumps core during command editing

2010-08-28 Thread David L Kensiski
I though of that, but it's linked into the binary. Maybe this is a problem with the Sun build and not the code? How do I get in touch with the build maintainer? --Dave to...@i2:~$ /usr/ccs/bin/nm -o /usr/postgres/current/bin/64/psql | grep readline [542] |20547260|000

Re: [BUGS] BUG #5631: psql dumps core during command editing

2010-08-27 Thread Tom Lane
"David Kensiski" writes: > The psql binary (64-bit from binary install) dumps core when I attempt to > edit the input line after a few characters are entered: This most likely indicates a problem with the libreadline or libedit library you're using. regards, tom lane --