postgresql/src/bin/pgbench
Peter Eisentraut 473a575e05 Return yyparse() result not via global variable
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
2025-01-24 06:55:39 +01:00
..
t Improve grammar of options for command arrays in TAP tests 2025-01-22 14:47:13 +09:00
.gitignore Build all Flex files standalone 2022-09-04 12:09:01 +07:00
exprparse.y Return yyparse() result not via global variable 2025-01-24 06:55:39 +01:00
exprscan.l Return yyparse() result not via global variable 2025-01-24 06:55:39 +01:00
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
pgbench.c Return yyparse() result not via global variable 2025-01-24 06:55:39 +01:00
pgbench.h Return yyparse() result not via global variable 2025-01-24 06:55:39 +01:00