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
-
Add much-more-extensive TAP tests for pgbench.
- ed8a7c6fcf92 11.0 landed
-
Be more careful about newline-chomping in pgbench.
- 0b707d6ea759 11.0 landed
-
Fix some subtle problems in pgbench transaction stats counting.
- c23bb6badfa2 11.0 landed