pgsql: pgcrypto: Remove inappropriate const qualifier

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pgcrypto: Remove inappropriate const qualifier
Дата
Msg-id E1RmPD1-0002eK-GT@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Detect invalid permutations in isolationtester
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Allow a user to kill his own queries using pg_cancel_backend()