[COMMITTERS] pgsql: Avoid dump/reload problems when using both plpython2 and plpytho

2016-01-11 Thread Tom Lane
Avoid dump/reload problems when using both plpython2 and plpython3. Commit 803716013dc1350f installed a safeguard against loading plpython2 and plpython3 at the same time, but asserted that both could still be used in the same database, just not in the same session. However, that's not actually a

[COMMITTERS] pgsql: Avoid dump/reload problems when using both plpython2 and plpytho

2016-01-11 Thread Tom Lane
Avoid dump/reload problems when using both plpython2 and plpython3. Commit 803716013dc1350f installed a safeguard against loading plpython2 and plpython3 at the same time, but asserted that both could still be used in the same database, just not in the same session. However, that's not actually a

[COMMITTERS] pgsql: Avoid dump/reload problems when using both plpython2 and plpytho

2016-01-11 Thread Tom Lane
Avoid dump/reload problems when using both plpython2 and plpython3. Commit 803716013dc1350f installed a safeguard against loading plpython2 and plpython3 at the same time, but asserted that both could still be used in the same database, just not in the same session. However, that's not actually a

[COMMITTERS] pgsql: Avoid dump/reload problems when using both plpython2 and plpytho

2016-01-11 Thread Tom Lane
Avoid dump/reload problems when using both plpython2 and plpython3. Commit 803716013dc1350f installed a safeguard against loading plpython2 and plpython3 at the same time, but asserted that both could still be used in the same database, just not in the same session. However, that's not actually a

[COMMITTERS] pgsql: Avoid dump/reload problems when using both plpython2 and plpytho

2016-01-11 Thread Tom Lane
Avoid dump/reload problems when using both plpython2 and plpython3. Commit 803716013dc1350f installed a safeguard against loading plpython2 and plpython3 at the same time, but asserted that both could still be used in the same database, just not in the same session. However, that's not actually a