Re: pgbench failed when -f option contains a char '@'

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Fabien COELHO <coelho@cri.ensmp.fr>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>, "Wang, Shenhao" <wangsh.fnst@cn.fujitsu.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2020-12-20T18:38:06Z
Lists: pgsql-hackers
Fabien COELHO <coelho@cri.ensmp.fr> writes:
> The "parser" looks for the last @ in the argument, so the simple 
> workaround is to append "@1".
> I suggest the attached doc update, or anything in better English.

Agreed, done.

			regards, tom lane



Commits

  1. Doc: improve description of pgbench script weights.