Whenever I start Postgresql DB engine, I have almost 7-8 queries running in the background SET extra_float_digits = 3
SET extra_float_digits = 3
I am not sure why these are running al
Whenever a new connection is established, postgres triggers this extra_float_digits setting. Issue was with my database health check module.
extra_float_digits