Drop SERIALIZABLE workaround from parallel query tests.
authorThomas Munro <tmunro@postgresql.org>
Mon, 15 Mar 2021 10:27:08 +0000 (23:27 +1300)
committerThomas Munro <tmunro@postgresql.org>
Mon, 15 Mar 2021 10:30:22 +0000 (23:30 +1300)
commiteeb60e45d82d5840b713a8741ae552238d57e8b9
tree6f34fbef18926c37aed88d97569e6b9524b23536
parentd75288fb27b8fe0a926aaab7d75816f091ecdc27
Drop SERIALIZABLE workaround from parallel query tests.

SERIALIZABLE no longer inhibits parallelism, so we can drop some
outdated workarounds and comments from regression tests.  The change
came in release 12, commit bb16aba5, but it's not really worth
back-patching.

Also fix a typo.

Reviewed-by: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Discussion: https://postgr.es/m/CA%2BhUKGJUaHeK%3DHLATxF1JOKDjKJVrBKA-zmbPAebOM0Se2FQRg%40mail.gmail.com
src/test/regress/expected/aggregates.out
src/test/regress/expected/explain.out
src/test/regress/expected/insert_parallel.out
src/test/regress/expected/select_parallel.out
src/test/regress/expected/write_parallel.out
src/test/regress/sql/aggregates.sql
src/test/regress/sql/explain.sql
src/test/regress/sql/insert_parallel.sql
src/test/regress/sql/select_parallel.sql
src/test/regress/sql/write_parallel.sql