Re: BUG #4397: crash in tab-complete.c

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: BUG #4397: crash in tab-complete.c
Дата
Msg-id 48BEAF80.7090005@timbira.com
обсуждение исходный текст
Ответ на BUG #4397: crash in tab-complete.c  ("Rudolf Leitgeb" <r.leitgeb@x-pin.com>)
Ответы Re: BUG #4397: crash in tab-complete.c  (Rudolf Leitgeb <r.leitgeb@x-pin.com>)
Список 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 по дате отправления:

Предыдущее
От: "Rudolf Leitgeb"
Дата:
Сообщение: BUG #4397: crash in tab-complete.c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4396: Trigger event fired "UPDATE" when "DELETE" happening via foreign key