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