|
PostgreSQL Source Code git master
|
Go to the source code of this file.
Macros | |
| #define | YY_READ_BUF_SIZE 16777216 |
| #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 | seg_yyerror (SEG *result, struct Node *escontext, yyscan_t yyscanner, const char *message) |
| void | seg_scanner_init (const char *str, yyscan_t *yyscannerp) |
| void | seg_scanner_finish (yyscan_t yyscanner) |
| 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) |
| void seg_yyerror | ( | SEG * | result, |
| struct Node * | escontext, | ||
| yyscan_t | yyscanner, | ||
| const char * | message | ||
| ) |
Definition at line 67 of file segscan.l.
References errcode(), errdetail(), errmsg(), errsave, fb(), and SOFT_ERROR_OCCURRED.
Referenced by seg_in().
Definition at line 51 of file segscan.l.
Definition at line 133 of file segscan.l.
References palloc(), and repalloc().