pgsql: Fix calculation of ISMN check digit.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix calculation of ISMN check digit.
Дата
Msg-id E1W2hpc-00049R-AC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix calculation of ISMN check digit.

This has always been broken, so back-patch to all supported versions.

Fabien COELHO

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6c3f040be864c39e2b12581ab69c5f2a21d11968

Modified Files
--------------
contrib/isn/isn.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix calculation of ISMN check digit.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix possible buffer overrun in contrib/pg_trgm.