Re: [PgFoundry] Unsigned Data Types [1 of 2]

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PgFoundry] Unsigned Data Types [1 of 2]
Дата
Msg-id 22555.1220962305@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PgFoundry] Unsigned Data Types [1 of 2]  ("Ryan Bradetich" <rbradetich@gmail.com>)
Ответы Re: [PgFoundry] Unsigned Data Types [1 of 2]  ("Ryan Bradetich" <rbradetich@gmail.com>)
Список pgsql-patches
"Ryan Bradetich" <rbradetich@gmail.com> writes:
> I am assuming you are seeing this error in the uint_test1.sql:
>     ERROR:  could not find hash function for hash operator 16524
> I can bypass the error in uint_test1.sql by disabling the hash joins.
> I am going to dig in and figure out why the hashjoin operation is broken.

Well, the cause of that one would've been marking an operator as HASHES
without providing a hash opclass to back it up.

IIRC the test case involved ">"?  That shouldn't even be marked HASHES
anyway ...

            regards, tom lane

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

Предыдущее
От: "Ryan Bradetich"
Дата:
Сообщение: Re: [PgFoundry] Unsigned Data Types [1 of 2]
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: hash index improving v3