#include "postgres.h"
#include <limits.h>
#include "libpq/pqformat.h"
#include "utils/fmgrprotos.h"
#include "varatt.h"
Go to the source code of this file.
Definition at line 228 of file char.c.
References IS_HIGHBIT_SET, palloc(), PG_GETARG_CHAR, PG_RETURN_TEXT_P, SET_VARSIZE(), TOOCTAL, VARDATA(), and VARHDRSZ.
Definition at line 127 of file char.c.
References PG_GETARG_CHAR, and PG_RETURN_BOOL.
Definition at line 41 of file char.c.
References FROMOCTAL, ISOCTAL, PG_GETARG_CSTRING, and PG_RETURN_CHAR.
Definition at line 136 of file char.c.
References PG_GETARG_CHAR, and PG_RETURN_BOOL.
Definition at line 64 of file char.c.
References IS_HIGHBIT_SET, palloc(), PG_GETARG_CHAR, PG_RETURN_CSTRING, and TOOCTAL.
Definition at line 94 of file char.c.
References buf, PG_GETARG_POINTER, PG_RETURN_CHAR, and pq_getmsgbyte().
Definition at line 105 of file char.c.
References buf, PG_GETARG_CHAR, PG_RETURN_BYTEA_P, pq_begintypsend(), pq_endtypsend(), and pq_sendbyte().
Definition at line 182 of file char.c.
References PG_GETARG_CHAR, and PG_RETURN_INT32.
Definition at line 190 of file char.c.
References ereport, errcode(), errmsg(), ERROR, PG_GETARG_INT32, and PG_RETURN_CHAR.
Definition at line 204 of file char.c.
References FROMOCTAL, ISOCTAL, PG_GETARG_TEXT_PP, PG_RETURN_CHAR, VARDATA_ANY(), and VARSIZE_ANY_EXHDR().