pgsql: Minor code beautification in contrib/sslinfo.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor code beautification in contrib/sslinfo.
Date: 2014-01-18 01:58:38
Message-ID: E1W4LBG-0007BK-Jk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor code beautification in contrib/sslinfo.

Static-ify some functions that didn't need to be exported, and improve
a couple of comments.

Gurjeet Singh

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/af9e3d652358664f2e749be2398428732121e317

Modified Files
--------------
contrib/sslinfo/sslinfo.c | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-01-18 04:18:58 pgsql: Fix client-only installation
Previous Message Tom Lane 2014-01-17 21:52:23 pgsql: Add gen_random_uuid() to contrib/pgcrypto.