pgsql: Enforce non-parallel plan when calling current_schema() in newly

2019-01-17 Thread Michael Paquier
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.

pgsql: Enforce non-parallel plan when calling current_schema() in newly

2019-01-17 Thread Michael Paquier
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.

pgsql: Enforce non-parallel plan when calling current_schema() in newly

2019-01-17 Thread Michael Paquier
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.