]> granicus.if.org Git - postgresql/commit
pgcrypto: Remove inappropriate const qualifier
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 15 Jan 2012 12:00:52 +0000 (14:00 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 15 Jan 2012 12:00:52 +0000 (14:00 +0200)
commit652300f5392f2d951b368c38f1cf123003e5e21e
tree95b6f63ad7e3a3e79a6fad7baa956ac1da212de2
parent7064fd06489e069d38a9d67c5322265cb8f7ceec
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.
contrib/pgcrypto/mbuf.c
contrib/pgcrypto/mbuf.h