git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 23d830b) | patch
Move some declarations in the raw-parser header files to create a clearer
2009年7月12日 17:12:34 +0000 (17:12 +0000)
2009年7月12日 17:12:34 +0000 (17:12 +0000)
commit 6566e37e027e14a69e263cb82db4a4e31d9cb8b4
Move some declarations in the raw-parser header files to create a clearer
distinction between the external API (parser.h) and declarations that only
need to be visible within the raw parser code (gramparse.h, which now is only
included by parser.c, gram.y, scan.l, and keywords.c). This is in preparation
for the upcoming change to a reentrant lexer, which will require referencing
YYSTYPE in the declarations of base_yylex and filtered_base_yylex, hence
gram.h will have to be included by gramparse.h. We don't want any more files
than absolutely necessary to depend on gram.h, so some cleanup is called for.
12 files changed:
src/backend/commands/proclang.c diff | blob | blame | history
src/backend/commands/tablecmds.c diff | blob | blame | history
src/backend/parser/gram.y diff | blob | blame | history
src/backend/parser/keywords.c diff | blob | blame | history
src/backend/parser/parse_utilcmd.c diff | blob | blame | history
src/backend/parser/parser.c diff | blob | blame | history
src/backend/parser/scan.l diff | blob | blame | history
src/backend/utils/adt/ruleutils.c diff | blob | blame | history
src/backend/utils/misc/guc.c diff | blob | blame | history
src/include/parser/gramparse.h diff | blob | blame | history
src/include/parser/parser.h diff | blob | blame | history
src/pl/plpgsql/src/pl_comp.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /