Re: [PgFoundry] Unsigned Data Types [1 of 2] - Mailing list pgsql-patches

From Tom Lane
Subject Re: [PgFoundry] Unsigned Data Types [1 of 2]
Date
Msg-id 22555.1220962305@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PgFoundry] Unsigned Data Types [1 of 2]  ("Ryan Bradetich" <rbradetich@gmail.com>)
Responses Re: [PgFoundry] Unsigned Data Types [1 of 2]  ("Ryan Bradetich" <rbradetich@gmail.com>)
List 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 by date:

Previous
From: "Ryan Bradetich"
Date:
Subject: Re: [PgFoundry] Unsigned Data Types [1 of 2]
Next
From: Kenneth Marshall
Date:
Subject: Re: hash index improving v3