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
-
Fix circle_in to accept "(x,y),r" as it's advertised to do.
- 41a194f49177 13.0 landed
- ebd194ac58f8 9.5.22 landed
- 5fae66410155 11.8 landed
- 4c7a311a2df9 10.13 landed
- 35d1eefb29d0 12.3 landed
- 049e9f48e967 9.6.18 landed