|
Veil
|
Miscelaneous functions for veil. More...
#include "postgres.h"#include "utils/memutils.h"#include "veil_funcs.h"#include "veil_datatypes.h"Go to the source code of this file.
Functions | |
| void * | vl_malloc (size_t size) |
| Dynamically allocate memory using palloc in TopMemoryContext. More... | |
| char * | vl_ObjTypeName (ObjType obj) |
| Return a static string describing an ObjType object. More... | |
Miscelaneous functions for veil.
Definition in file veil_utils.c.
| void* vl_malloc | ( | size_t | size | ) |
Dynamically allocate memory using palloc in TopMemoryContext.
| size | The size of the chunk of memory being requested. |
Definition at line 28 of file veil_utils.c.
Referenced by create_shared_hash(), get_shmem_context(), vl_NewBitmap(), vl_NewBitmapArray(), vl_NewInt4(), vl_NewInt4Array(), and vl_NewRange().
| char* vl_ObjTypeName | ( | ObjType | obj | ) |
Return a static string describing an ObjType object.
| obj | The ObjType for which we want a description. |
Definition at line 45 of file veil_utils.c.
Referenced by vl_next_variable(), and vl_type_mismatch().