Re: explain analyze rows=%.0f

Hamid Akhtar <hamid.akhtar@percona.com>

From: Hamid Akhtar <hamid.akhtar@percona.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Ibrar Ahmed <ibrar.ahmad@gmail.com>
Date: 2022-07-26T06:46:22Z
Lists: pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           not tested
Documentation:            not tested

The previous review was incorrectly posted. Updating the pat.ch review

Commits

  1. EXPLAIN: Always use two fractional digits for row counts.

  2. Adjust EXPLAIN test case to filter out "Actual Rows" values.

  3. Allow EXPLAIN to indicate fractional rows.

  4. Fix pgbench performance issue induced by commit af35fe501.