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
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
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
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
"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
"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
"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://