Re: [BUGS] BUG #4410: Indexes not seen right away

2008-09-08 Thread Greg Sabino Mullane
-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

Re: [BUGS] BUG #4411: One click install broken

2008-09-08 Thread Dave Page
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:

[BUGS] BUG #4411: One click install broken

2008-09-08 Thread Mike Tegtmeyer
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

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

2008-09-08 Thread Rudolf Leitgeb
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

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

2008-09-08 Thread Tom Lane
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

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

2008-09-08 Thread Rudolf Leitgeb
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