-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
> Does it have pg_index.indcheckxmin = true? If so, see README.HOT.
Yes, that was probably it. Is this worth noting in the documentation somewhere
(other than the technical bowels of HOT)? Perhaps in the CREATE INDEX
docs?
- --
Greg Sabino Mu
On Mon, Sep 8, 2008 at 7:02 PM, Mike Tegtmeyer <[EMAIL PROTECTED]> wrote:
>
> The following bug has been logged online:
>
> Bug reference: 4411
> Logged by: Mike Tegtmeyer
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.3
> Operating system: MacOS10.5
> Description:
The following bug has been logged online:
Bug reference: 4411
Logged by: Mike Tegtmeyer
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3
Operating system: MacOS10.5
Description:One click install broken
Details:
During one click install on clean MacOS 10.5.4
Problem solved!
The was a left over readline.h which caused the miscompile process :(
Thanks a lot for all your help !
Cheers,
Rudi
Am 08.09.2008 um 15:03 schrieb Tom Lane:
Rudolf Leitgeb <[EMAIL PROTECTED]> writes:
Sorry for the delay, here are the compile warnings
I got when I compiled ta
Rudolf Leitgeb <[EMAIL PROTECTED]> writes:
> Sorry for the delay, here are the compile warnings
> I got when I compiled tab-complete.c for x86_64:
> =
> tab-complete.c: In function âpsql_completionâ:
> tab-complete.c:601: warning: implici
Sorry for the delay, here are the compile warnings
I got when I compiled tab-complete.c for x86_64:
=
tab-complete.c: In function ‘psql_completion’:
tab-complete.c:601: warning: implicit declaration of function
‘completion_matches’
tab-com