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 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

◆ PG_GETARG_EAN13

#define PG_GETARG_EAN13 (   n)    PG_GETARG_INT64(n)

Definition at line 27 of file isn.h.

◆ PG_RETURN_EAN13

#define PG_RETURN_EAN13 (   x)    PG_RETURN_INT64(x)

Definition at line 28 of file isn.h.

Typedef Documentation

◆ ean13

typedef uint64 ean13

Definition at line 25 of file isn.h.

Function Documentation

◆ initialize()

void initialize ( void  )