PostgreSQL Source Code
git master
|
Go to the source code of this file.
Variables | |
PG_MODULE_MAGIC | |
Datum add_one | ( | PG_FUNCTION_ARGS | ) |
Datum add_one_float8 | ( | PG_FUNCTION_ARGS | ) |
Datum c_overpaid | ( | PG_FUNCTION_ARGS | ) |
Definition at line 110 of file funcs.c.
References DatumGetInt32(), GetAttributeByName(), PG_GETARG_HEAPTUPLEHEADER, PG_GETARG_INT32, and PG_RETURN_BOOL.
Datum concat_text | ( | PG_FUNCTION_ARGS | ) |
Definition at line 90 of file funcs.c.
References palloc(), PG_GETARG_TEXT_PP, PG_RETURN_TEXT_P, SET_VARSIZE, VARDATA, VARDATA_ANY, VARHDRSZ, and VARSIZE_ANY_EXHDR.
Datum copytext | ( | PG_FUNCTION_ARGS | ) |
Definition at line 64 of file funcs.c.
References palloc(), PG_GETARG_TEXT_PP, PG_RETURN_TEXT_P, SET_VARSIZE, VARDATA, VARDATA_ANY, VARHDRSZ, and VARSIZE_ANY_EXHDR.
Datum makepoint | ( | PG_FUNCTION_ARGS | ) |
Definition at line 47 of file funcs.c.
References palloc(), PG_GETARG_POINT_P, PG_RETURN_POINT_P, Point::x, and Point::y.
PG_FUNCTION_INFO_V1 | ( | add_one | ) |
PG_FUNCTION_INFO_V1 | ( | add_one_float8 | ) |
PG_FUNCTION_INFO_V1 | ( | c_overpaid | ) |
PG_FUNCTION_INFO_V1 | ( | concat_text | ) |
PG_FUNCTION_INFO_V1 | ( | copytext | ) |
PG_FUNCTION_INFO_V1 | ( | makepoint | ) |