Opened 4 years ago
Closed 4 years ago
#4852 closed enhancement (fixed)
Remove ST_IsValid NOTICE output
Reported by: | mdavis | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.2.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description ¶
ST_IsValid
emits a NOTICE for invalid inputs. This can cause a huge volume of unwanted console output in some situations.
Now that ST_ValidReason
is available, it would be good to eliminate the NOTICE output from ST_IsValid
.
Change History (6)
comment:1 by , 4 years ago
Milestone: | PostGIS 3.1.2 → PostGIS 3.2.0 |
---|---|
Version: | 2.5.x → master |
comment:2 by , 4 years ago
comment:4 by , 4 years ago
Or, as this is appears to be the only NOTICE that GEOS emits, PostGIS could just not register a GEOS NOTICE handler.
Note:
See TracTickets
for help on using tickets.
Should this just be handled in GEOS-land? Stop emitting the notice here? https://github.com/libgeos/geos/blob/master/capi/geos_ts_c.cpp#L689