'POLYGON((12 2,12 4,14 4,14 2,12 2))'
);
+-- Attempt to register a not-fully-defined face
+SELECT topology.addFace('t2',
+'POLYGON((12 2,12 5,14 5,14 2,12 2))'
+);
+
-- Check added faces
SELECT face_id, Box2d(mbr) from t2.face ORDER by face_id;
WARNING: Not checking if face contains any edge
WARNING: Not updating next_{left,right}_face fields of face boundary edges
t2.f5|5
+ERROR: Polygon boundary is not fully defined by existing edges at or near point POINT(12 5)
0|
1|BOX(0 0,10 10)
2|BOX(10 0,20 10)