PostgreSQL Source Code  git master
isn.h File Reference
#include "fmgr.h"
Include dependency graph for isn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ISN_WEAK_MODE
 
#define EAN13_FORMAT   UINT64_FORMAT
 
#define PG_GETARG_EAN13(n)   PG_GETARG_INT64(n)
 
#define PG_RETURN_EAN13(x)   PG_RETURN_INT64(x)
 

Typedefs

typedef uint64 ean13
 

Functions

void initialize (void)
 

Macro Definition Documentation

◆ EAN13_FORMAT

#define EAN13_FORMAT   UINT64_FORMAT

Definition at line 28 of file isn.h.

◆ ISN_WEAK_MODE

#define ISN_WEAK_MODE

Definition at line 21 of file isn.h.

◆ PG_GETARG_EAN13

#define PG_GETARG_EAN13 (   n)    PG_GETARG_INT64(n)

Definition at line 30 of file isn.h.

◆ PG_RETURN_EAN13

#define PG_RETURN_EAN13 (   x)    PG_RETURN_INT64(x)

Definition at line 31 of file isn.h.

Typedef Documentation

◆ ean13

typedef uint64 ean13

Definition at line 26 of file isn.h.

Function Documentation

◆ initialize()

void initialize ( void  )