1/*-------------------------------------------------------------------------
4 * scanner support routines used by the core lexer
6 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
9 * src/include/parser/scansup.h
11 *-------------------------------------------------------------------------
21 bool warn,
bool truncate);
char * downcase_identifier(const char *ident, int len, bool warn, bool truncate)
void truncate_identifier(char *ident, int len, bool warn)
char * downcase_truncate_identifier(const char *ident, int len, bool warn)
bool scanner_isspace(char ch)