Re: pgbench: extend variable usage in scripts

2025-10-21 Thread Michael Paquier
On Thu, Sep 18, 2025 at 03:33:30PM +0900, Yugo Nagata wrote: > Any thought? Note that the CI is complaining a bit. Relevant extract: [22:51:36.908] pgbench.c: In function ‘replaceVariable’: [22:51:36.908] pgbench.c:1990:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror

Re: pgbench: extend variable usage in scripts

2025-09-17 Thread Yugo Nagata
On Fri, 29 Aug 2025 09:27:36 +0200 Pavel Stehule wrote: > pá 29. 8. 2025 v 9:23 odesílatel Yugo Nagata napsal: > > > Hi, > > > > I would like to propose patches to extend variable usage in pgbench > > scripts. > > > > * 0001: Allow variables to be used as an SQL literal or identifier > > > > Cu

Re: pgbench: extend variable usage in scripts

2025-08-29 Thread Pavel Stehule
pá 29. 8. 2025 v 9:23 odesílatel Yugo Nagata napsal: > Hi, > > I would like to propose patches to extend variable usage in pgbench > scripts. > > * 0001: Allow variables to be used as an SQL literal or identifier > > Currently, variables in pgbench scripts are expanded always without > quotes, so