Re: pgbench tap tests & minor fixes.

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Nikolay Shaplov <dhyan@nataraj.su>
Cc: pgsql-hackers@postgresql.org, Fabien COELHO <coelho@cri.ensmp.fr>
Date: 2017-09-04T20:26:09Z
Lists: pgsql-hackers
Nikolay Shaplov <dhyan@nataraj.su> writes:
> 2. Patch for -t/-R/-L case.

> Current pgbench does not process -t/-R/-L case correctly. This was also fixed 
> in this patch. 

This portion of the patch seems uncontroversial, so I've pushed it, with
some minor cosmetic adjustments (mostly comments).

			regards, tom lane


Commits

  1. Add much-more-extensive TAP tests for pgbench.

  2. Be more careful about newline-chomping in pgbench.

  3. Fix some subtle problems in pgbench transaction stats counting.