PostgreSQL Source Code git master
Loading...
Searching...
No Matches
plpy_util.h
Go to the documentation of this file.
1/*--------------------------
2 * common utility functions
3 *--------------------------
4 */
5
6#ifndef PLPY_UTIL_H
7#define PLPY_UTIL_H
8
9#include "plpython.h"
10
13
14extern PGDLLEXPORT PyObject *PLyUnicode_FromString(const char *s);
16
17#endif /* PLPY_UTIL_H */
#define PGDLLEXPORT
Definition c.h:1349
#define PLyUnicode_FromStringAndSize
PGDLLEXPORT char * PLyUnicode_AsString(PyObject *unicode)
Definition plpy_util.c:81
PGDLLEXPORT PyObject * PLyUnicode_FromString(const char *s)
Definition plpy_util.c:116
PGDLLEXPORT PyObject * PLyUnicode_Bytes(PyObject *unicode)
Definition plpy_util.c:19
static int fb(int x)