mirror of
https://github.com/debezium/postgres-decoderbufs.git
synced 2026-02-04 06:56:22 +00:00
Fixing bug that snuck in around lwgeom checks
This commit is contained in:
@@ -337,7 +337,7 @@ static bool geography_point_as_decoderbufs_point(Datum datum,
|
||||
|
||||
lwgeom = lwgeom_from_gserialized(geom);
|
||||
point = lwgeom_as_lwpoint(lwgeom);
|
||||
if (!lwgeom_is_empty(lwgeom)) {
|
||||
if (lwgeom_is_empty(lwgeom)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user