Thread: Minor improvements to sslinfo contrib module

Minor improvements to sslinfo contrib module

From
Gurjeet Singh
Date:
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,
Attachment

Re: Minor improvements to sslinfo contrib module

From
Tom Lane
Date:
Gurjeet Singh <gurjeet@singh.im> 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 about this, which I think may be
correct per C standard; but some other compilers do whine about that sort
of inconsistency.)
        regards, tom lane