Suppose I have time critical process and it needs to store some statistical
information in database. I don't care about success in storing (like UDP in
Internet) but I care about process duration.
If I am going to use PQsendQuery and not using PQget Result I just will
close connection will it be working? How about memory leaks?
Any suggestions?