on patch for close_ps() func. in geo_ops.c - Mailing list pgsql-hackers

From Gautam Thaker
Subject on patch for close_ps() func. in geo_ops.c
Date
Msg-id 354C8ACF.6B352069@net-gate.com
Whole thread Raw
List pgsql-hackers
Being a new comer to postgres hacking I am afraid
I did not test enough with regards to the previous patch I had sent
that attempted to fixthe "##" operator for point to a line segment.
My changes fixed the problems I had seen, but the
regression for geometry now fails with the error:

regression=> SELECT '' AS thirty, p.f1, l.s, p.f1 ## l.s AS closest
regression->    FROM LSEG_TBL l, POINT_TBL p;
PQexec() -- Request was sent to backend, but backend closed the channel
before responding.
        This probably means the backend terminated abnormally before or
while processing the request.
regression=>

Clearly I have to do more testing and fixing. I will do so, do the
regression tests etc. before claiming to fix anything. Sorry about this
folks, I am new to this and apologize for my mistakes.

Gautam



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: s_lock.h problems
Next
From: Michael Richards
Date:
Subject: Suggestions