> 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.
> >
>
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
---(
I'll give it a shot and post the patch or let you know I'm stuck. :) Thanks!
-mark
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
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.
Probably the earthdistance functions are not NULL-saf