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

From Tom Lane
Subject Re: BUG #4397: crash in tab-complete.c
Date
Msg-id 23451.1220542788@sss.pgh.pa.us
Whole thread Raw
In response to Re: 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 <r.leitgeb@x-pin.com> writes:
> Yes, libedit is used. On Mac OSX libreadline is a soft link
> to libedit, so that's what's used regardless of configure settings.

Actually, given that you got compile warnings, the thing to focus on is
probably what readline #include files were used.  I'm still suspicious
of a local readline installation messing things up --- is there anything
in /usr/local/include?

What were those warnings, anyway?

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Jan-Peter Seifert"
Date:
Subject: BUG #4400: initdb doesn't work with partition D:
Next
From: Tom Lane
Date:
Subject: Re: BUG #4398: Backslashes get escaped despite of backslash_quote=off