ILIKE + OR fault - propably a memory leak
От | Michał Pasternak |
---|---|
Тема | ILIKE + OR fault - propably a memory leak |
Дата | |
Msg-id | 20010906122523.A49148@lublin.t1.pl обсуждение исходный текст |
Ответы |
Re: ILIKE + OR fault - propably a memory leak
|
Список | pgsql-bugs |
Hello, this is very severe condition. I hope, that PostgreSQL team can correct it. I can provide any additional information you need, including whole database or a shell account for testing on my host. It appears to work on 7.1.2 and 7.1.3 on FreeBSD 4.3-STABLE. It is fully repeatable bug. This is our base query: SELECT bib.id,tytul_or,title,new_zrodlo,new_zrodlo_src, szczegoly,uwagi,zapisani,zrodla.skrotas zsk FROM BIB,zrodla,ztable WHERE bib.id=ztable.id and bib.new_zrodlo=zrodla.idand ... Those work: TITLE ILIKE 'Ocena%'; TYTUL_OR ILIKE 'Ocena%'; TITLE LIKE 'Ocena%'; TYTUL_OR LIKE 'Ocena%'; But this doesn't (and I need it to work): TYTUL_OR ILIKE 'Ocena%' OR TITLE LIKE 'Ocena%';TYTUL_OR LIKE 'Ocena%' or TITLE LIKE 'Ocena%'; Please, authors of PostgreSQL - contact me on my private mailbox if you want me to send you additional information, as stated above. I think, it's a severe bug in PostgreSQL. Please, review it carefully - you're my only hope... -- [ Michal Pasternak doc@lublin.t1.pl +48606570000 ] [ sklepy internetowe, bazy danych, programy na zamówienie ] [ . .. ..- .- . .. http://lublin.t1.pl . .-. .--.. . . .- ]
В списке pgsql-bugs по дате отправления: