Re: distance operator dont work

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bernard snyers <bs(at)ionicsoft(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: distance operator dont work
Date: 2006-08-13 17:06:10
Message-ID: 19065.1155488770@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

bernard snyers <bs(at)ionicsoft(dot)com> writes:
> I patch the line
> DATA(insert OID = 613 ( "<->" PGNSP PGUID b f 600 628 701
> 0 0 0 0 0 0 dist_pl - - ));

> replacing 628 by 604 ,
> compiling and reinstalling everything including the database
> and It works (I didnt verify the result)

Obviously not. line and polygon don't have the same internal
representation, so there's no way that's going to work.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Nick Morrison 2006-08-14 05:36:41 no native spinlock support on os x 10.4.7
Previous Message Michael Fuhr 2006-08-13 15:40:36 Re: distance operator dont work