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

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 15:48:47
Message-ID: 21716.1220456927@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"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.
This might possibly work with CVS HEAD due to recent changes in our
build process, but I'll bet that you simply aren't getting fully 64-bit
executables this way in 8.3.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephen Cuppett 2008-09-03 16:15:23 Re: BUG #4396: Trigger event fired "UPDATE" when "DELETE" happening via foreign key
Previous Message Tom Lane 2008-09-03 15:44:41 Re: BUG #4396: Trigger event fired "UPDATE" when "DELETE" happening via foreign key