Re: pgbench - add option to show actual builtin script code

2019-07-16 Thread Fabien COELHO
Committed, after pgindent. Thanks Fabien and Ibrar. Thanks for the commit. -- Fabien.

Re: pgbench - add option to show actual builtin script code

2019-07-15 Thread Thomas Munro
On Fri, Jul 12, 2019 at 4:20 AM Fabien COELHO wrote: > >>> Now the patch is good now. > >>> > >>> The new status of this patch is: Ready for Committer > > > > Why aren't we instead putting the exact scripts in the documentation? > > Having to call pgbench with a special flag to get the script text

Re: pgbench - add option to show actual builtin script code

2019-07-11 Thread Fabien COELHO
Hello Andrew, Now the patch is good now. The new status of this patch is: Ready for Committer Why aren't we instead putting the exact scripts in the documentation? Having to call pgbench with a special flag to get the script text seems a bit odd. A typical use case I had is to create a ne

Re: pgbench - add option to show actual builtin script code

2019-07-11 Thread Andrew Dunstan
On 5/2/19 12:35 PM, Fabien COELHO wrote: > >> Now the patch is good now. >> >> The new status of this patch is: Ready for Committer > > Ok, thanks. > Why aren't we instead putting the exact scripts in the documentation? Having to call pgbench with a special flag to get the script text seems a b

Re: pgbench - add option to show actual builtin script code

2019-05-02 Thread Fabien COELHO
Now the patch is good now. The new status of this patch is: Ready for Committer Ok, thanks. -- Fabien.

Re: pgbench - add option to show actual builtin script code

2019-05-02 Thread Ibrar Ahmed
Now the patch is good now. The new status of this patch is: Ready for Committer

Re: pgbench - add option to show actual builtin script code

2019-05-02 Thread Fabien COELHO
Hello, Patch looks good to me, and work fine on my machine. One minor observation is option 'list' mostly used to list the elements like "pgbench -b list" shows the available builtin scripts. Therefore we should use a word which seems to be more relevant like --show-script. Thanks for the r

Re: pgbench - add option to show actual builtin script code

2019-05-02 Thread Ibrar Ahmed
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: tested, passed Documentation:tested, passed Patch looks good to me, and work fine on my machine. One mino