Re: PostgreSQL crashes using distance operator whith records where 'point' data type set to null
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ludovic LANGE <llange@ftd.fr>
Cc: pgsql-bugs@postgresql.org
Date: 2000-09-25T20:36:17Z
Lists: pgsql-bugs
Yeah, there are a lot of geometric operators that neglect to check for null inputs :-(. I believe I have fixed this class of problems in current sources. regards, tom lane