Re: Minor improvements to sslinfo contrib module - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Minor improvements to sslinfo contrib module
Date
Msg-id 31498.1390010461@sss.pgh.pa.us
Whole thread Raw
In response to Minor improvements to sslinfo contrib module  (Gurjeet Singh <gurjeet@singh.im>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Add %z support to elog/ereport?
Next
From: Marko Tiikkaja
Date:
Subject: Re: array_length(anyarray)