Open romulogoncalves opened 8 years ago
ST_Polygon is incomplete, when you pass a BAT it sets geometry to NULL which leads to a crash later on.
To avoid the crash, we removed the incomplete bogus implementation to only support the creation of Polygons without holes.
It is now an enhancement and not a bug.
ST_Polygon is incomplete, when you pass a BAT it sets geometry to NULL which leads to a crash later on.