PostgreSQL Source Code git master
|
#include "postgres.h"
#include "bootstrap/bootstrap.h"
#include "bootparse.h"
#include "utils/guc.h"
Go to the source code of this file.
Macros | |
#define | fprintf(file, fmt, msg) fprintf_to_ereport(fmt, msg) |
Functions | |
static void | fprintf_to_ereport (const char *fmt, const char *msg) |
int | yylex (YYSTYPE *yylval_param, yyscan_t yyscanner) |
void | boot_yyerror (yyscan_t yyscanner, const char *message) |
void * | yyalloc (yy_size_t size, yyscan_t yyscanner) |
void * | yyrealloc (void *ptr, yy_size_t size, yyscan_t yyscanner) |
void | yyfree (void *ptr, yyscan_t yyscanner) |
#define fprintf | ( | file, | |
fmt, | |||
msg | |||
) | fprintf_to_ereport(fmt, msg) |
Definition at line 34 of file bootscanner.l.
void boot_yyerror | ( | yyscan_t | yyscanner, |
const char * | message | ||
) |
Definition at line 132 of file bootscanner.l.
|
static |
Definition at line 37 of file bootscanner.l.
References ereport, errmsg_internal(), and ERROR.
void * yyalloc | ( | yy_size_t | size, |
yyscan_t | yyscanner | ||
) |
Definition at line 146 of file bootscanner.l.
void yyfree | ( | void * | ptr, |
yyscan_t | yyscanner | ||
) |
Definition at line 161 of file bootscanner.l.
References pfree().
Definition at line 74 of file bootscanner.l.
void * yyrealloc | ( | void * | ptr, |
yy_size_t | size, | ||
yyscan_t | yyscanner | ||
) |
Definition at line 152 of file bootscanner.l.
References palloc(), repalloc(), and size.