Re: pgbench: extend variable usage in scripts

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgbench: extend variable usage in scripts
Date: 2025-10-21 07:18:09
Message-ID: aPczseyDpcGDlpgh@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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=switch]
[22:51:36.908] 1990 | switch (quote)
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2025-10-21 07:18:38 Re: get rid of RM_HEAP2_ID
Previous Message Michael Paquier 2025-10-21 07:14:39 Re: Fix incorrect comment in pg_get_shmem_allocations_numa()