mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 07:43:11 -05:00
Instead of passing the parse result from yyparse() via a global variable, pass it via a function output argument. This complements earlier work to make the parsers reentrant. Discussion: Discussion: https://www.postgresql.org/message-id/flat/eb6faeac-2a8a-4b69-9189-c33c520e5b7b@eisentraut.org |
||
|---|---|---|
| .. | ||
| t | ||
| .gitignore | ||
| exprparse.y | ||
| exprscan.l | ||
| Makefile | ||
| meson.build | ||
| pgbench.c | ||
| pgbench.h | ||