Re: [PATCHES] small code cleanup - gettimeofday()

2005-10-22 Thread Andrew Dunstan
I wrote: The attached small patch removes the useless struct timezone argument to gettimeofday() in a few places and replaces it with NULL, bringing it into line with the rest of the code. If noone objects I will apply this soon. applied. cheers andrew ---(end

[PATCHES] [PATCH] Fix Ctrl-C related issues in psql (not for 8.1)

2005-10-22 Thread Martijn van Oosterhout
[Please CC any replies to me, thanks. Also, the actual discussion took place on -hackers, so check there first] As anyone who has been following -hackers knows, there's been a bit of discussion about how psql should deal with ^C and pagers. Attached is a patch that deals with all the memory leak a