|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Variables | |
| PG_MODULE_MAGIC | |
| Datum int_custom_cmp | ( | PG_FUNCTION_ARGS | ) |
Definition at line 171 of file test_custom_types.c.
References fb(), PG_GETARG_INT32, and PG_RETURN_INT32.
| Datum int_custom_eq | ( | PG_FUNCTION_ARGS | ) |
Definition at line 117 of file test_custom_types.c.
References fb(), PG_GETARG_INT32, and PG_RETURN_BOOL.
| Datum int_custom_ge | ( | PG_FUNCTION_ARGS | ) |
Definition at line 162 of file test_custom_types.c.
References fb(), PG_GETARG_INT32, and PG_RETURN_BOOL.
| Datum int_custom_gt | ( | PG_FUNCTION_ARGS | ) |
Definition at line 153 of file test_custom_types.c.
References fb(), PG_GETARG_INT32, and PG_RETURN_BOOL.
| Datum int_custom_in | ( | PG_FUNCTION_ARGS | ) |
Definition at line 45 of file test_custom_types.c.
References PG_GETARG_CSTRING, PG_RETURN_INT32, and pg_strtoint32_safe().
|
static |
Definition at line 82 of file test_custom_types.c.
References VacAttrStats::stats_valid.
Referenced by int_custom_typanalyze_invalid().
| Datum int_custom_le | ( | PG_FUNCTION_ARGS | ) |
Definition at line 144 of file test_custom_types.c.
References fb(), PG_GETARG_INT32, and PG_RETURN_BOOL.
| Datum int_custom_lt | ( | PG_FUNCTION_ARGS | ) |
Definition at line 135 of file test_custom_types.c.
References fb(), PG_GETARG_INT32, and PG_RETURN_BOOL.
| Datum int_custom_ne | ( | PG_FUNCTION_ARGS | ) |
Definition at line 126 of file test_custom_types.c.
References fb(), PG_GETARG_INT32, and PG_RETURN_BOOL.
| Datum int_custom_out | ( | PG_FUNCTION_ARGS | ) |
Definition at line 58 of file test_custom_types.c.
References fb(), palloc(), PG_GETARG_INT32, pg_ltoa(), and PG_RETURN_CSTRING.
| Datum int_custom_typanalyze_false | ( | PG_FUNCTION_ARGS | ) |
Definition at line 73 of file test_custom_types.c.
References PG_RETURN_BOOL.
| Datum int_custom_typanalyze_invalid | ( | PG_FUNCTION_ARGS | ) |
Definition at line 96 of file test_custom_types.c.
References VacAttrStats::attstattarget, VacAttrStats::compute_stats, default_statistics_target, int_custom_invalid_stats(), VacAttrStats::minrows, PG_GETARG_POINTER, and PG_RETURN_BOOL.
| PG_FUNCTION_INFO_V1 | ( | int_custom_cmp | ) |
| PG_FUNCTION_INFO_V1 | ( | int_custom_eq | ) |
| PG_FUNCTION_INFO_V1 | ( | int_custom_ge | ) |
| PG_FUNCTION_INFO_V1 | ( | int_custom_gt | ) |
| PG_FUNCTION_INFO_V1 | ( | int_custom_in | ) |
| PG_FUNCTION_INFO_V1 | ( | int_custom_le | ) |
| PG_FUNCTION_INFO_V1 | ( | int_custom_lt | ) |
| PG_FUNCTION_INFO_V1 | ( | int_custom_ne | ) |
| PG_FUNCTION_INFO_V1 | ( | int_custom_out | ) |
| PG_FUNCTION_INFO_V1 | ( | int_custom_typanalyze_false | ) |
| PG_FUNCTION_INFO_V1 | ( | int_custom_typanalyze_invalid | ) |
| PG_MODULE_MAGIC |
Definition at line 24 of file test_custom_types.c.