Re: master plpython check fails on Solaris 10

Peter Eisentraut <peter.eisentraut@2ndquadrant.com>

From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Marina Polyakova <m.polyakova@postgrespro.ru>, pgsql-hackers@postgresql.org
Date: 2018-02-14T00:43:41Z
Lists: pgsql-hackers
On 2/13/18 05:40, Marina Polyakova wrote:
> Binary search has shown that this failure begins with commit 
> 8561e4840c81f7e345be2df170839846814fa004 (Transaction control in PL 
> procedures.). On the previous commit 
> (b9ff79b8f17697f3df492017d454caa9920a7183) there's no 
> plpython_transaction test and plpython check passes.

OK, can you get some kind of stack trace or other debugging information?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


Commits

  1. Add an assertion that we don't pass NULL to snprintf("%s").

  2. Fix broken logic for reporting PL/Python function names in errcontext.

  3. Fix typo

  4. Transaction control in PL procedures

  5. Fix docs typo

  6. plpython security and error handling fixes, from