pgsql: Reorganize functions in be-secure-openssl.c

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reorganize functions in be-secure-openssl.c
Date: 2014-08-18 10:17:11
Message-ID: E1XJJzz-0003sN-PL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reorganize functions in be-secure-openssl.c

Move the functions within the file so that public interface functions come
first, followed by internal functions. Previously, be_tls_write was first,
then internal stuff, and finally the rest of the public interface, which
clearly didn't make much sense.

Per Andres Freund's complaint.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/48d50840d53eb62842c0d9b54eab9cd7c9a3a46d

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c | 1457 +++++++++++++++++----------------
1 file changed, 734 insertions(+), 723 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-08-18 10:17:20 Re: pgsql: Break out OpenSSL-specific code to separate files.
Previous Message Tom Lane 2014-08-18 05:18:52 pgsql: Fix obsolete mention of non-int64 support in CREATE SEQUENCE doc