[postgis-devel] Estimated Extent ... Immutable?
Paul Ramsey
pramsey at cleverelephant.ca
Fri Mar 8 10:17:14 PST 2019
This seems wrong to me…
CREATE OR REPLACE FUNCTION ST_EstimatedExtent(text,text,text,boolean) RETURNS box2d AS
'MODULE_PATHNAME', 'gserialized_estimated_extent'
LANGUAGE 'c' IMMUTABLE STRICT SECURITY DEFINER;
The only reason I can imagine why it would be so is for some third-party reason… why haven’t we declared this as volatile?
More information about the postgis-devel
mailing list