Re: Triage for unimplemented geometric operators

2021-12-07 Thread Anton Voloshin
On 07/12/2021 06:18, Tom Lane wrote: So my inclination for HEAD is to implement poly_distance and nuke the others. I'm a bit less sure about the back branches, but maybe just de-document all of them there. I agree, seems to be a reasonable compromise. Removing 20+-years old unused and

Re: Triage for unimplemented geometric operators

2021-12-06 Thread Laurenz Albe
On Mon, 2021-12-06 at 18:18 -0500, Tom Lane wrote: > Over in [1] it was pointed out that I overenthusiastically > documented several geometric operators that, in fact, are > only stubs that throw errors when called.  Specifically > these are > > dist_lb:<->(line,box) > dist_bl:

Triage for unimplemented geometric operators

2021-12-06 Thread Tom Lane
Over in [1] it was pointed out that I overenthusiastically documented several geometric operators that, in fact, are only stubs that throw errors when called. Specifically these are dist_lb:<->(line,box) dist_bl:<->(box,line) close_sl: lseg ## line close_lb: line ##