PostgreSQL Source Code
git master
|
#include "fmgr.h"
Go to the source code of this file.
Macros | |
#define | PG_GETARG_CASH(n) DatumGetCash(PG_GETARG_DATUM(n)) |
#define | PG_RETURN_CASH(x) return CashGetDatum(x) |
Typedefs | |
typedef int64 | Cash |
Functions | |
static Cash | DatumGetCash (Datum X) |
static Datum | CashGetDatum (Cash X) |
#define PG_GETARG_CASH | ( | n | ) | DatumGetCash(PG_GETARG_DATUM(n)) |
#define PG_RETURN_CASH | ( | x | ) | return CashGetDatum(x) |