Thread: pgsql: pgcrypto: Remove inappropriate const qualifier

pgsql: pgcrypto: Remove inappropriate const qualifier

From
Peter Eisentraut
Date:
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(-)