epgsql
epgsql copied to clipboard
Few changes
Here's some commits I made to make the project cleaner and more up-to-date. I hope you will find them useful.
FYI the trap exits are necessary otherwise terminate won't get called when a link dies or a supervisor requested a shutdown. Seems useful in pgsql_connection at least.
@chancila You're right, thanks. It's only unnecessary in pgsql_sock. Fixed.