From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Rudolf Leitgeb" <r(dot)leitgeb(at)x-pin(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #4397: crash in tab-complete.c |
Date: | 2008-09-03 17:00:53 |
Message-ID: | 26179.1220461253@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
I wrote:
> "Rudolf Leitgeb" <r(dot)leitgeb(at)x-pin(dot)com> writes:
>> - 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
> I don't think it's really as "easy" as all that with the 8.3 source tree.
No, I take that back. On my machine (OSX 10.5.4, Xcode 3.1) the above
recipe does produce working 64-bit executables, in both HEAD and 8.3.
I see no crash as described, and there are no unexpected compile warnings
either. So I now concur with Euler's theory that there's something
broken about your copy of libedit. (One possibility is that you're not
using Apple's libedit, but a locally installed copy of libreadline that
isn't 64-bit ...)
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-09-03 17:08:53 | Re: BUG #4396: Trigger event fired "UPDATE" when "DELETE" happening via foreign key |
Previous Message | Stephen Cuppett | 2008-09-03 16:30:34 | Re: BUG #4396: Trigger event fired "UPDATE" when "DELETE" happening via foreign key |