| From: | Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz> |
|---|---|
| To: | ddebernardy(at)yahoo(dot)com |
| Cc: | pgsql-testers(at)postgresql(dot)org |
| Subject: | Re: PG 9.1 regression / row comparison? |
| Date: | 2011-06-15 02:40:32 |
| Message-ID: | 4DF81BA0.3000601@archidevsys.co.nz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-testers |
[...]
> test=# select row(1,2) <> row(1,2);
>
> ERROR: could not determine interpretation of row comparison operator <>
> LINE 1: select row(1,2) <> row(1,2);
> ^
> HINT: Row comparison operators must be associated with btree
operator > families.
Hi Denis,
I don't get this error with 9.1beta2,
$ uname -a
Linux saturn 2.6.35.13-92.fc14.x86_64 #1 SMP Sat May 21 17:26:25 UTC
2011 x86_64 x86_64 x86_64 GNU/Linux
$ psql
psql (9.1beta2)
Type "help" for help.
gavin=> select row(1,2) <> row(1,2);
?column?
----------
f
(1 row)
Cheers,
Gavin
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Perry Smith | 2011-06-15 02:50:44 | BUG #6059: Out of tree build fails using Make 3.82 |
| Previous Message | Alvaro Herrera | 2011-06-14 19:47:59 | Re: BUG #6057: regexp_replace & back references |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Denis de Bernardy | 2011-06-15 21:07:29 | Re: PG 9.1 regression / row comparison? |
| Previous Message | Denis de Bernardy | 2011-06-08 14:52:19 | PG 9.1 regression / row comparison? |