Re: [BUGS] points and boxes - core dump

2002-05-14 Thread Tom Lane
I said: > I think the guilty party is the pfree() in dist_pb. Indeed, removing the pfree call at line 2254 (in 7.2 sources) of src/backend/utils/adt/geo_ops.c makes the problem go away. I am working on a more extensive patch in hopes of fixing possible similar errors elsewhere in this file, but

Re: [BUGS] points and boxes - core dump

2002-05-14 Thread Tom Lane
Ewald Geschwinde <[EMAIL PROTECTED]> writes: > When using the field koord instead of a static box the system will core > dump: Hmm, I get garbage answers for the second and later rows, rather than a core dump. > Does anybody have an idea why the problem occurs? I think the guilty party is the p