Re: problem of geometric operator in v8.2.1 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: problem of geometric operator in v8.2.1
Date
Msg-id 23890.1170448606@sss.pgh.pa.us
Whole thread Raw
In response to problem of geometric operator in v8.2.1  ("Ioseph Kim" <pgsql-kr@postgresql.or.kr>)
List pgsql-hackers
"Ioseph Kim" <pgsql-kr@postgresql.or.kr> writes:
> => select @-@ lseg '((0,0),(1,0))';
>  ?column?
> ----------
>         1
> (1 row)

> => select @-@ path '((0,0),(1,0))';
>  ?column?
> ----------
>         2
> (1 row)

> It's maybe bug in v8.2.1

What do you think is wrong with those answers?
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: Referential Integrity and SHARE locks
Next
From: Tom Lane
Date:
Subject: Re: Referential Integrity and SHARE locks