Enforce non-parallel plan when calling current_schema() in newly-added test
current_schema() gets called in the recently-added regression test from c5660e0, and can be used in a parallel context, causing its call to fail when creating a temporary schema. Per buildfarm members crake and lapwing. Discussion: https://postgr.es/m/[email protected] Branch ------ REL_11_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/3daac78d983f7be1c824ce625c8e92f42ebf41fe Modified Files -------------- src/test/regress/expected/temp.out | 5 ++++- src/test/regress/sql/temp.sql | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-)
