Re: pgbench - add \aset to store results of a combined query
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: David Steele <david@pgmasters.net>
Cc: Fabien COELHO <coelho@cri.ensmp.fr>, Ibrar Ahmed <ibrar.ahmad@gmail.com>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2020-03-26T04:00:17Z
Lists: pgsql-hackers
On Tue, Mar 24, 2020 at 11:04:45AM -0400, David Steele wrote: > On 11/29/19 4:34 AM, Fabien COELHO wrote: >> MetaCommand is not enough: we need varprefix, and then distinguishing >> between aset and gset. Although this last point can be done with a >> MetaCommand, ISTM that a bool is_aset is clear and good enough. It is >> possible to switch if you insist on it, but I do not think it is >> desirable. > > Michael, do you agree with Fabien's comments? Thanks for the reminder. I am following up with Fabien's comments. -- Michael
Commits
-
Add support for \aset in pgbench
- 9d8ef98800bd 13.0 landed