pgsql: libpq: Small code clarification, and avoid casting away const - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: libpq: Small code clarification, and avoid casting away const
Date
Msg-id E1S51qJ-0007MI-9S@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
libpq: Small code clarification, and avoid casting away const

Branch
------
master

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

Modified Files
--------------
src/interfaces/libpq/fe-auth.c |   14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add a hook for processing messages due to be sent to the server
Next
From: Tom Lane
Date:
Subject: pgsql: Expose an API for calculating catcache hash values.