Re: BUG #4397: crash in tab-complete.c - Mailing list pgsql-bugs

From Euler Taveira de Oliveira
Subject Re: BUG #4397: crash in tab-complete.c
Date
Msg-id 48BEAF80.7090005@timbira.com
Whole thread Raw
In response to BUG #4397: crash in tab-complete.c  ("Rudolf Leitgeb" <r.leitgeb@x-pin.com>)
Responses Re: BUG #4397: crash in tab-complete.c
List pgsql-bugs
Rudolf Leitgeb escreveu:
> - Compile psql for x86_64. This can be easily done with the following
> commands:
>
> CFLAGS="-Os -arch x86_64" LDFLAGS="-arch x86_64" ./configure
> --disable-depend  --with-pam  --with-openssl
> --prefix=/Users/rleitgeb/pq_x86_64
>
Are you using libedit, right? What is the exact version? Looking at the
backtrace, it seems to be a libedit problem. Try to update your version
or use readline instead.


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

pgsql-bugs by date:

Previous
From: "Rudolf Leitgeb"
Date:
Subject: BUG #4397: crash in tab-complete.c
Next
From: Tom Lane
Date:
Subject: Re: BUG #4396: Trigger event fired "UPDATE" when "DELETE" happening via foreign key