PostgreSQL Source Code
git master
|
Go to the source code of this file.
Variables | |
PG_MODULE_MAGIC | |
Datum add_one | ( | PG_FUNCTION_ARGS | ) |
Definition at line 27 of file funcs_new.c.
References add_one_float8(), arg, PG_FUNCTION_INFO_V1(), PG_GETARG_INT32, and PG_RETURN_INT32.
Datum add_one_float8 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 39 of file funcs_new.c.
References arg, makepoint(), PG_FUNCTION_INFO_V1(), PG_GETARG_FLOAT8, and PG_RETURN_FLOAT8.
Referenced by add_one().
Datum c_overpaid | ( | PG_FUNCTION_ARGS | ) |
Definition at line 113 of file funcs_new.c.
References DatumGetInt32, GetAttributeByName(), PG_GETARG_HEAPTUPLEHEADER, PG_GETARG_INT32, and PG_RETURN_BOOL.
Referenced by concat_text().
Datum concat_text | ( | PG_FUNCTION_ARGS | ) |
Definition at line 93 of file funcs_new.c.
References c_overpaid(), palloc(), PG_FUNCTION_INFO_V1(), PG_GETARG_TEXT_PP, PG_RETURN_TEXT_P, SET_VARSIZE, VARDATA, VARDATA_ANY, VARHDRSZ, and VARSIZE_ANY_EXHDR.
Referenced by copytext().
Datum copytext | ( | PG_FUNCTION_ARGS | ) |
Definition at line 67 of file funcs_new.c.
References concat_text(), palloc(), PG_FUNCTION_INFO_V1(), PG_GETARG_TEXT_PP, PG_RETURN_TEXT_P, SET_VARSIZE, VARDATA, VARDATA_ANY, VARHDRSZ, and VARSIZE_ANY_EXHDR.
Referenced by makepoint().
Datum makepoint | ( | PG_FUNCTION_ARGS | ) |
Definition at line 50 of file funcs_new.c.
References copytext(), palloc(), PG_FUNCTION_INFO_V1(), PG_GETARG_POINT_P, PG_RETURN_POINT_P, Point::x, and Point::y.
Referenced by add_one_float8().
PG_FUNCTION_INFO_V1 | ( | add_one | ) |
Referenced by add_one(), add_one_float8(), concat_text(), copytext(), and makepoint().
PG_FUNCTION_INFO_V1 | ( | add_one_float8 | ) |
PG_FUNCTION_INFO_V1 | ( | makepoint | ) |
PG_FUNCTION_INFO_V1 | ( | copytext | ) |
PG_FUNCTION_INFO_V1 | ( | concat_text | ) |
PG_FUNCTION_INFO_V1 | ( | c_overpaid | ) |
PG_MODULE_MAGIC |
Definition at line 19 of file funcs_new.c.