Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql: Remove notes from the frontend SSL source that are incorrect or - Mailing list pgsql-committers

From [email protected] (Magnus Hagander)
Subject pgsql: Remove notes from the frontend SSL source that are incorrect or
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove notes from the frontend SSL source that are incorrect or
end-user documentation that lives in the actual documentation.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-secure.c (r1.105 -> r1.106)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.105&r2=1.106)

pgsql-committers by date:

Previous
From: [email protected] (Magnus Hagander)
Date:
Subject: pgsql: Remove a "TODO-list" structure at the top of the file, referring
Next
From: [email protected] (Magnus Hagander)
Date:
Subject: pgsql: Replace now unnecessary goto statements by using return directly.