Bug#94 is related to compiler-version

Started by PostgreSQL Bugs Listover 25 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PostgreSQL Bugs List (#1)
Re: Bug#94 is related to compiler-version

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