Removes redundant VOLATILE modifier
This commit is contained in:
parent
6bdc517a45
commit
0e9d1451c6
@ -13,4 +13,4 @@ AS $$
|
||||
point = plpy.execute(plan, [coordinates[0], coordinates[1]], 1)[0]
|
||||
|
||||
return point['st_setsrid']
|
||||
$$ LANGUAGE plpythonu VOLATILE;
|
||||
$$ LANGUAGE plpythonu;
|
||||
|
Loading…
Reference in New Issue
Block a user