pgsql: libpq: Small code clarification, and avoid casting away const

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: libpq: Small code clarification, and avoid casting away const
Date: 2012-03-06 21:22:47
Message-ID: E1S51qJ-0007MI-9S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-03-07 19:51:25 pgsql: Expose an API for calculating catcache hash values.
Previous Message Tom Lane 2012-03-06 20:35:52 pgsql: Add a hook for processing messages due to be sent to the server