AW: [HACKERS] SELECT BUG

From: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
To: hackers(at)postgresql(dot)org
Subject: AW: [HACKERS] SELECT BUG
Date: 1999-09-03 08:00:37
Message-ID: 37CF8025.588AD500@telecom.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message José Soares 1999-09-03 10:57:00 Re: [HACKERS] SELECT BUG
Previous Message Ansley, Michael 1999-09-03 07:46:39 RE: [HACKERS] Postgres' lexer