Drop SERIALIZABLE workaround from parallel query tests.

Thomas Munro <tmunro@postgresql.org>

Commit: eeb60e45d82d5840b713a8741ae552238d57e8b9
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2021-03-15T10:30:22Z
Releases: 14.0
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

Files

Discussion