pgsql: pgcrypto: Remove inappropriate const qualifier

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgcrypto: Remove inappropriate const qualifier
Date: 2012-01-15 12:29:15
Message-ID: E1RmPD1-0002eK-GT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2012-01-15 14:41:05 pgsql: Allow a user to kill his own queries using pg_cancel_backend()
Previous Message Alvaro Herrera 2012-01-14 22:39:43 pgsql: Detect invalid permutations in isolationtester