crayze
Results
1
issues of
crayze
You should chnage all SQL functions from IMMUTABLE to VOLATILE, IMMUTABLE is very bad idea for those functions. If I call: select statsd.increment_counter('127.0.0.1', 1234, 'mycounter'), statsd.increment_counter('127.0.0.1', 1234, 'mycounter'); IMMUTABLE will...