[COMMITTERS] pgsql: Use LOAD not actual code execution to pull in plpython library.

2016-01-11 Thread Tom Lane
Use LOAD not actual code execution to pull in plpython library. Commit 866566a690bb9916 is insufficient to prevent dump/reload failures when using transform modules in a database with both plpython2 and plpython3 installed. The reason is that the transform extension scripts use DO blocks as a mec

[COMMITTERS] pgsql: Use LOAD not actual code execution to pull in plpython library.

2016-01-11 Thread Tom Lane
Use LOAD not actual code execution to pull in plpython library. Commit 866566a690bb9916 is insufficient to prevent dump/reload failures when using transform modules in a database with both plpython2 and plpython3 installed. The reason is that the transform extension scripts use DO blocks as a mec