PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ISMN.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const unsigned ISMN_index [10][2]
 
static const char * ISMN_range [][2]
 

Variable Documentation

◆ ISMN_index

const unsigned ISMN_index[10][2]
static
Initial value:
= {
{0, 5},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
}

Definition at line 33 of file ISMN.h.

Referenced by _PG_init(), and ean2string().

◆ ISMN_range

const char* ISMN_range[][2]
static
Initial value:
= {
{"0-000", "0-099"},
{"0-1000", "0-3999"},
{"0-40000", "0-69999"},
{"0-700000", "0-899999"},
{"0-9000000", "0-9999999"},
{NULL, NULL}
}

Definition at line 45 of file ISMN.h.

Referenced by _PG_init(), and ean2string().