PostgreSQL Source Code
git master
|
#include "fmgr.h"
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) |
#define EAN13_FORMAT UINT64_FORMAT |
#define PG_GETARG_EAN13 | ( | n | ) | PG_GETARG_INT64(n) |
#define PG_RETURN_EAN13 | ( | x | ) | PG_RETURN_INT64(x) |
void initialize | ( | void | ) |