"Juho Saarikko" <juho.saarikko@gmail.com> writes:
> According to the online documentation, the ## operator is supposed to return
> "Closest point to first operand on second operand". However, in reality it
> seems to decide reorder its parameters as a function of them.
In the example you give, it looks like close_lseg (which close_sb
depends on) will sometimes return a point on its first argument
instead of its second one. If you think that the problem isn't
restricted to these two operators then you need to be more complete.
regards, tom lane