[PATCHES] [PATCH] Remove useless DH param code on client side

2006-04-11 Thread Martijn van Oosterhout
In the SSL code in libpq it does some processing with DH parameters: SSL_CTX_set_tmp_dh_callback() This function is marked as server use only[1], the client always uses the DH parameters in the server, so all the code in the client dealing with the DH parameters is useless. This patch removes it.

Re: [PATCHES] Patch proposal for log_duration

2006-04-11 Thread Guillaume Smet
Bruce, On 4/11/06, Bruce Momjian wrote: > but at this stage, I am thinking your using a > home-grown patch is your best approach. That's what we decided to do even if maintaining our own RPM packages is not what we used to do for critical software like PostgreSQL. Thanks to Devrim's work, it was

Re: [PATCHES] Patch proposal for log_duration

2006-04-11 Thread Bruce Momjian
The bottom line is that while I can see reasons for making log_duration more than boolean, adding more complexity to the logging system for this corner case probably isn't a good idea. If we get more such requests, we can reconsider it, but at this stage, I am thinking your using a home-grown pat