AW: [HACKERS] SELECT BUG

Поиск
Список
Период
Сортировка
От Andreas Zeugswetter
Тема AW: [HACKERS] SELECT BUG
Дата
Msg-id 37CF8025.588AD500@telecom.at
обсуждение исходный текст
Ответы Re: AW: [HACKERS] SELECT BUG  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> But if it is correct, then we need to turn off oprcanhash for bpchareq.
> Odd that no one has noticed this before.

Currently it works for constants, because they are blank padded.
It does not work for the char(8) = char(16) comparison with two
table columns.

Eighter the hash function for bpchar itself should be trailing blank 
insensitive, or the bpchar would need to be padded or truncated before 
computing the hash.

Andreas


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Ansley, Michael"
Дата:
Сообщение: RE: [HACKERS] Postgres' lexer
Следующее
От: José Soares
Дата:
Сообщение: Re: [HACKERS] SELECT BUG