Re: pgbench stats per script & other stuff

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2015-12-16T11:54:11Z
Lists: pgsql-hackers

Attachments

Here is a two part v12, which:

part a (refactoring of scripts and their stats):
  - fix option checks (-i alone)
  - s/repleacable/replaceable/ in doc
  - keep small description in doc and help for -S & -N
  - fix 2 comments for pg style
  - show builtin list if not found

part b (weight)
  - check that the weight is an int

-- 
Fabien.

Commits

  1. pgbench: Allow changing weights for scripts