Minor improvements to sslinfo contrib module

Started by Gurjeet Singhabout 12 years ago2 messageshackers
Jump to latest
#1Gurjeet Singh
gurjeet@singh.im

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 <http://www.enterprisedb.com&gt;

Attachments:

sslinfo.patchtext/x-diff; charset=US-ASCII; name=sslinfo.patchDownload+6-5
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Gurjeet Singh (#1)
Re: Minor improvements to sslinfo contrib module

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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers