pgsql: Add more tests for FSM.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Add more tests for FSM.
Дата
Msg-id E1h3XRm-0005i7-G8@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add routine able to update the control file to src/common/
Следующее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Fix testing of parallel-safety of scan/join target.