]> granicus.if.org Git - postgresql/commit
Add more tests for FSM.
authorAmit Kapila <akapila@postgresql.org>
Tue, 12 Mar 2019 02:44:28 +0000 (08:14 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 12 Mar 2019 02:44:28 +0000 (08:14 +0530)
commit6f918159a97acf76ee2512e44f5ed5dcaaa0d923
treed23e81696baec99768865a10061d778a35f57901
parentce6afc6823fbe2d83a5a77061b05864612b6bab2
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
src/test/regress/expected/fsm.out
src/test/regress/parallel_schedule
src/test/regress/serial_schedule
src/test/regress/sql/fsm.sql