Re: [HACKERS] Minor improvements to sslinfo contrib module

2014-01-17 Thread Tom Lane
Gurjeet Singh writes: > Please find attached the patch that fixes a couple of comments, and adds > 'static' qualifier to functions that are not used anywhere else in the code > base. Committed, with the trivial fix that the function definitions have to be marked static too. (gcc doesn't complain

[HACKERS] Minor improvements to sslinfo contrib module

2014-01-17 Thread Gurjeet Singh
Please find attached the patch that fixes a couple of comments, and adds 'static' qualifier to functions that are not used anywhere else in the code base. Best regards, -- Gurjeet Singh http://gurjeet.singh.im/ EDB www.EnterpriseDB.com diff --git a/contrib/sslinfo/s