Re: [BUGS] Using nulls with earthdistance operator crashes backend (patch)

2001-08-20 Thread Mark Stosberg
> Tom Lane wrote: > > > > Mark Stosberg <[EMAIL PROTECTED]> writes: > > > * Install earthdistance operator from the contrib directory. > > > * try this: > > > cascade=> select null <@> '1,1'::point; > > > > > ## The result I get: > > > pqReadData() -- backend closed the channel unexpectedly. > > >

Re: [BUGS] Using nulls with earthdistance operator crashes backend (patch)

2001-08-16 Thread Tom Lane
Mark Stosberg <[EMAIL PROTECTED]> writes: > Here's a patch using "isstrict": Oh, there's just the one function? Sorry for making you go to the work of submitting a patch ;-) ... I thought there'd be more to it. Will apply. regards, tom lane ---(