pgsql: Add more tests for FSM. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Add more tests for FSM.
Date
Msg-id E1h3XRm-0005i7-G8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add more tests for FSM.

In commit b0eaa4c51bb, we left out a test that used a vacuum to remove dead
rows as the behavior of test was not predictable.  This test has been
rewritten to use fillfactor instead to control free space.  Since we no
longer need to remove dead rows as part of the test, put the fsm regression
test in a parallel group.

Author: John Naylor
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CAA4eK1L=qWp_bJ5aTc9+fy4Ewx2LPaLWY-RbR4a60g_rupCKnQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6f918159a97acf76ee2512e44f5ed5dcaaa0d923

Modified Files
--------------
src/test/regress/expected/fsm.out  | 59 +++++++++++++++++++++++++++-----------
src/test/regress/parallel_schedule |  8 +-----
src/test/regress/serial_schedule   |  2 +-
src/test/regress/sql/fsm.sql       | 41 ++++++++++++++++++++------
4 files changed, 77 insertions(+), 33 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add routine able to update the control file to src/common/
Next
From: Etsuro Fujita
Date:
Subject: pgsql: Fix testing of parallel-safety of scan/join target.