Re: [BUGS] BUG #4567: Clustering on GIST INDEX clobbers records in table intermittently

2008-12-07 Thread Obe, Regina
"Regina Obe" <[EMAIL PROTECTED]> writes: > Description:Clustering on GIST INDEX clobbers records in table > intermittently > This doesn't always happen to me but does intermittently, and for others it > happens all the time. > I wonder whether this is fixed by this recent patch: > http://

Re: [BUGS] BUG #4564: multi threaded queries corrupt client when server debugging levels are hi

2008-12-07 Thread Tom Lane
"Diez Roggisch" <[EMAIL PROTECTED]> writes: > Description:multi threaded queries corrupt client when server > debugging levels are hi Most likely you need to report this to the psycopg authors, not here. I suspect the problem boils down to non-thread-safety in whatever code psycopg uses to

Re: [BUGS] BUG #4567: Clustering on GIST INDEX clobbers records in table intermittently

2008-12-07 Thread Tom Lane
"Regina Obe" <[EMAIL PROTECTED]> writes: > Description:Clustering on GIST INDEX clobbers records in table > intermittently > This doesn't always happen to me but does intermittently, and for others it > happens all the time. I wonder whether this is fixed by this recent patch: http://arch

Re: [BUGS] BUG #4186: set lc_messages does not work

2008-12-07 Thread Gevik Babakhani
AFAIK we did not discuss this further. LC_MESSAGES and changing locale functionality for functions like to_date on windows remains broken. To summarize the problem: 1) On *nix systems, we use lc_messages and lc_locale both for functions (like to to_date and to_char) and other system messages wher

[BUGS] BUG #4567: Clustering on GIST INDEX clobbers records in table intermittently

2008-12-07 Thread Regina Obe
The following bug has been logged online: Bug reference: 4567 Logged by: Regina Obe Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.5 Operating system: Numerous Description:Clustering on GIST INDEX clobbers records in table intermittently Details: This does

Re: [BUGS] BUG #4186: set lc_messages does not work

2008-12-07 Thread Hiroshi Inoue
Bruce Momjian wrote: Tom Lane wrote: Magnus Hagander <[EMAIL PROTECTED]> writes: Thomas H. wrote: so at least that explains the "changed" behaviour. nevertheless, LC_MESSAGES seems to be defunct - with the "locale" folder present, pg always picks the os' language and ignores the lc_message va

Re: [BUGS] BUG #3818: Cross compilation problems

2008-12-07 Thread Peter Eisentraut
On Sunday 07 December 2008 01:02:05 Bruce Momjian wrote: > Where are we on this? Some of this has been fixed. But a lot of the code has been moved around between 8.3 and 8.4, so we can't just take take the patches as is. If Richard is still interested, I suggest he try out 8.4 and then submit