PostgreSQL Source Code git master
|
Go to the source code of this file.
Functions | |
PG_FUNCTION_INFO_V1 (bool_to_plperl) | |
Datum | bool_to_plperl (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (plperl_to_bool) | |
Datum | plperl_to_bool (PG_FUNCTION_ARGS) |
Variables | |
PG_MODULE_MAGIC | |
Datum bool_to_plperl | ( | PG_FUNCTION_ARGS | ) |
Definition at line 12 of file bool_plperl.c.
References dTHX, PG_GETARG_BOOL, PL_sv_no, PL_sv_yes, and PointerGetDatum().
PG_FUNCTION_INFO_V1 | ( | bool_to_plperl | ) |
PG_FUNCTION_INFO_V1 | ( | plperl_to_bool | ) |
Datum plperl_to_bool | ( | PG_FUNCTION_ARGS | ) |
Definition at line 24 of file bool_plperl.c.
References dTHX, PG_GETARG_POINTER, and PG_RETURN_BOOL.
PG_MODULE_MAGIC |
Definition at line 7 of file bool_plperl.c.