Fix circle_in to accept "(x,y),r" as it's advertised to do. Our documentation describes four allowed input syntaxes for circles, but the regression tests tried only three ... with predictable consequences. Remarkably, this has been wrong since the circle datatype was added in 1997, but nobody noticed till now.
David Zhang, with some help from me Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/41a194f49177daf9348bfde2c42e85b806dcee31 Modified Files -------------- src/backend/utils/adt/geo_ops.c | 13 ++++++++----- src/test/regress/expected/circle.out | 8 ++++---- src/test/regress/sql/circle.sql | 8 ++++---- 3 files changed, 16 insertions(+), 13 deletions(-)
