PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ISSN.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 ISSN_index [10][2]
 
static const char * ISSN_range [][2]
 

Variable Documentation

◆ ISSN_index

const unsigned ISSN_index[10][2]
static
Initial value:
= {
{0, 1},
{0, 1},
{0, 1},
{0, 1},
{0, 1},
{0, 1},
{0, 1},
{0, 1},
{0, 1},
{0, 1},
}

Definition at line 34 of file ISSN.h.

Referenced by _PG_init(), and ean2string().

◆ ISSN_range

const char* ISSN_range[][2]
static
Initial value:
= {
{"0000-000", "9999-999"},
{NULL, NULL}
}

Definition at line 46 of file ISSN.h.

Referenced by _PG_init(), and ean2string().