67 *t =
pst->buffer +
pst->pos;
70 (
pst->buffer)[
pst->pos] ==
' ')
75 while (
pst->pos <
pst->len &&
76 (
pst->buffer)[
pst->pos] ==
' ')
84 while (
pst->pos <
pst->len &&
85 (
pst->buffer)[
pst->pos] !=
' ')
#define palloc_array(type, count)
#define palloc0_object(type)
#define PG_GETARG_POINTER(n)
#define PG_FUNCTION_INFO_V1(funcname)
#define PG_RETURN_INT32(x)
#define PG_GETARG_INT32(n)
#define PG_RETURN_POINTER(x)
char * pstrdup(const char *in)
void pfree(void *pointer)
static XLogRecPtr startpos
Datum testprs_start(PG_FUNCTION_ARGS)
Datum testprs_end(PG_FUNCTION_ARGS)
Datum testprs_lextype(PG_FUNCTION_ARGS)
Datum testprs_getlexeme(PG_FUNCTION_ARGS)