Re: ERROR: invalid input syntax for type circle

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Zhang <david.zhang@highgo.ca>
Cc: pgsql-hackers@postgresql.org
Date: 2020-04-08T00:51:26Z
Lists: pgsql-hackers
David Zhang <david.zhang@highgo.ca> writes:
> Generated a new patch v2 (attached) following your suggestion and 
> performed the same test again. The test results looks good including the 
> "make check".

Pushed, with some work on the regression tests so this doesn't get
busted again.

			regards, tom lane



Commits

  1. Fix circle_in to accept "(x,y),r" as it's advertised to do.