<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">This PR is getting closer, but there’s still some outstanding stuff…<div class=""><br class=""></div><div class=""><a href="https://github.com/postgis/postgis/pull/378" class="">https://github.com/postgis/postgis/pull/378</a></div><div class=""><br class=""></div><div class="">* In order to pass regression I had to change a number of references to _ST_Function to the new ST_Function, in places in raster and topology where there were direct calls to those signatures. Shouldn’t make any difference as the “index aware” calls only use indexes when they exist and make sense </div><div class="">* More problematically there’s a lot of inlined index magic in raster which implies a whole second effort to strip those out. My enthusiasm for that… low.</div><div class="">* Most problematically, even when the _ST_Function calls are removed, topology fails regression, with what appear to be actual differences in behaviour. It’s not clear to me why my changes would have caused behaviour changes. Unfortunately it’s really hard to figure out what precise geometry combinations are being exercised in the topology tests.</div><div class=""><br class=""></div><div class="">P</div></body></html>