pgsql: Fix calculation of ISMN check digit. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix calculation of ISMN check digit.
Date
Msg-id [email protected]
Whole thread Raw
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix calculation of ISMN check digit.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix possible buffer overrun in contrib/pg_trgm.