pgsql: Fix calculation of ISMN check digit.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix calculation of ISMN check digit.
Date: 2014-01-13 13:45:31
Message-ID: E1W2hpb-00049E-W8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix calculation of ISMN check digit.

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

Fabien COELHO

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/866a1f0923b67373701a578e98b74ab2458f74db

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-01-13 13:45:32 pgsql: Fix calculation of ISMN check digit.
Previous Message Heikki Linnakangas 2014-01-13 13:19:39 pgsql: Add OVERLAPS to index in the docs.