pgsql: pgcrypto: Remove inappropriate const qualifier - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pgcrypto: Remove inappropriate const qualifier
Date
Msg-id E1RmPD1-0002eK-GT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pgcrypto: Remove inappropriate const qualifier

The function in question does not in fact ensure that the passed
argument is not changed, and the callers don't care much either.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/652300f5392f2d951b368c38f1cf123003e5e21e

Modified Files
--------------
contrib/pgcrypto/mbuf.c |    2 +-
contrib/pgcrypto/mbuf.h |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Detect invalid permutations in isolationtester
Next
From: Magnus Hagander
Date:
Subject: pgsql: Allow a user to kill his own queries using pg_cancel_backend()