Re: pgbench - add minimal stats on initialization

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: Ibrar Ahmed <ibrar.ahmad@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Fabien Coelho <postgresql.org@coelho.net>
Date: 2019-07-15T23:43:32Z
Lists: pgsql-hackers
On Fri, Apr 12, 2019 at 12:44 AM Ibrar Ahmed <ibrar.ahmad@gmail.com> wrote:
> The following review has been posted through the commitfest application:
> make installcheck-world:  tested, passed
> Implements feature:       tested, passed
> Spec compliant:           tested, passed
> Documentation:            not tested
>
> Patch works fine on my machine.
>
> The new status of this patch is: Ready for Committer

I spotted one typo, a comma where a semi-colon was wanted:

+                               op = "generate",
                                initGenerateData(con);
                                break;

I fixed that, ran it through pgindent and committed.  Thanks for the
patch and review!

-- 
Thomas Munro
https://enterprisedb.com



Commits

  1. Report the time taken by pgbench initialization steps.