Thread
-
Bug#94 is related to compiler-version
PostgreSQL Bugs List <pgsql-bugs@postgresql.org> — 2000-11-02T13:25:45Z
ernst.reeh (ernst.reeh@dfg.de) reports a bug with a severity of 4 The lower the number the more severe it is. Short Description Bug#94 is related to compiler-version Long Description Sorry again, The bug didn't appear on another machine with the following version-info: ------------------------------------------------------------ PostgreSQL 6.4.2 on i686-pc-linux-gnu, compiled by gcc 2.95. (1 row) The 'wrong' compiler-version: ------------------------------------------------------------------ PostgreSQL 6.4.2 on i686-pc-linux-gnu, compiled by gcc egcs-2.91.6 So, its not a POSTGRES-Bug, it's a mess with different SUSE-, kernel-, Compiler-Versions. Bye Ernst Sample Code No file was uploaded with this report
-
Re: Bug#94 is related to compiler-version
Tom Lane <tgl@sss.pgh.pa.us> — 2000-11-02T16:07:55Z
pgsql-bugs@postgresql.org writes: > So, its not a POSTGRES-Bug, it's a mess with different SUSE-, kernel-, Compiler-Versions. More likely, it's related to what LOCALE you are using. There are known problems with LIKE optimization in non-ASCII locales, particularly in 6.4.*. Try updating to 7.0.* regards, tom lane