pgsql: Fix output of ISBN-13 numbers beginning with 979.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix output of ISBN-13 numbers beginning with 979.
Date: 2015-08-02 19:17:16
Message-ID: E1ZLyl2-0007pC-4o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix output of ISBN-13 numbers beginning with 979.

An EAN beginning with 979 (but not 9790 - those are ISMN's) are accepted
as ISBN numbers, but they cannot be represented in the old, 10-digit ISBN
format. They must be output in the new 13-digit ISBN-13 format. We printed
out an incorrect value for those.

Also add a regression test, to test this and some other basic functionality
of the module.

Patch by Fabien Coelho. This fixes bug #13442, reported by B.Z. Backpatch
to 9.1, where we started to recognize ISBN-13 numbers.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2d19a0e977080713bd7bb370b20a0025fba6c794

Modified Files
--------------
contrib/isn/Makefile | 2 +
contrib/isn/expected/isn.out | 222 ++++++++++++++++++++++++++++++++++++++++++
contrib/isn/isn.c | 27 +++--
contrib/isn/sql/isn.sql | 104 ++++++++++++++++++++
4 files changed, 345 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-08-02 19:48:57 pgsql: Avoid calling memcpy() with a NULL source pointer and count == 0
Previous Message Tom Lane 2015-08-02 18:55:22 pgsql: Fix incorrect order of lock file removal and failure to close()