epgsql icon indicating copy to clipboard operation
epgsql copied to clipboard

Few changes

Open rpt opened this issue 12 years ago • 2 comments

Here's some commits I made to make the project cleaner and more up-to-date. I hope you will find them useful.

rpt avatar Oct 29 '12 09:10 rpt

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 avatar Nov 01 '12 02:11 chancila

@chancila You're right, thanks. It's only unnecessary in pgsql_sock. Fixed.

rpt avatar Nov 01 '12 08:11 rpt