]> granicus.if.org Git - postgresql/commit
Enforce non-parallel plan when calling current_schema() in newly-added test
authorMichael Paquier <michael@paquier.xyz>
Fri, 18 Jan 2019 01:51:52 +0000 (10:51 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 18 Jan 2019 01:51:52 +0000 (10:51 +0900)
commit08b53281f4444efb2d5bcc44d6293b05d1aa1335
tree4ae78b712b84694b0455e1b4b083f6a7b22043ec
parentb15160bc716e62ba0b30dc0ce35ab6cb82773707
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/20190118005949.GD1883@paquier.xyz
src/test/regress/expected/temp.out
src/test/regress/sql/temp.sql