PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
void | array_desc (StringInfo buf, void *array, size_t elem_size, int count, void(*elem_desc)(StringInfo buf, void *elem, void *data), void *data) |
void | offset_elem_desc (StringInfo buf, void *offset, void *data) |
void | redirect_elem_desc (StringInfo buf, void *offset, void *data) |
void | oid_elem_desc (StringInfo buf, void *relid, void *data) |
void array_desc | ( | StringInfo | buf, |
void * | array, | ||
size_t | elem_size, | ||
int | count, | ||
void(*)(StringInfo buf, void *elem, void *data) | elem_desc, | ||
void * | data | ||
) |
Definition at line 24 of file rmgrdesc_utils.c.
References appendStringInfoChar(), appendStringInfoString(), buf, data, and i.
Referenced by delvacuum_desc(), heap2_desc(), heap_desc(), and plan_elem_desc().
void offset_elem_desc | ( | StringInfo | buf, |
void * | offset, | ||
void * | data | ||
) |
Definition at line 44 of file rmgrdesc_utils.c.
References appendStringInfo(), and buf.
Referenced by delvacuum_desc(), heap2_desc(), and plan_elem_desc().
void oid_elem_desc | ( | StringInfo | buf, |
void * | relid, | ||
void * | data | ||
) |
Definition at line 58 of file rmgrdesc_utils.c.
References appendStringInfo(), and buf.
Referenced by heap_desc().
void redirect_elem_desc | ( | StringInfo | buf, |
void * | offset, | ||
void * | data | ||
) |
Definition at line 50 of file rmgrdesc_utils.c.
References appendStringInfo(), and buf.
Referenced by heap2_desc().