pgsql: PL/Python: Clean up extended error reporting docs and tests - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: PL/Python: Clean up extended error reporting docs and tests
Date
Msg-id E1bDBuw-0006x8-DM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
PL/Python: Clean up extended error reporting docs and tests

Format the example and test code more to Python style standards.
Improve whitespace.  Improve documentation formatting.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f0688d6e6c595cdceef3ad218b86f064f4909b4c

Modified Files
--------------
doc/src/sgml/plpython.sgml                    |  49 ++++++----
src/pl/plpython/expected/plpython_ereport.out | 132 ++++++++++++++------------
src/pl/plpython/sql/plpython_ereport.sql      | 122 +++++++++++++-----------
3 files changed, 162 insertions(+), 141 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: document when PREPARE uses generic plans
Next
From: Tom Lane
Date:
Subject: pgsql: Force idle_in_transaction_session_timeout off in pg_dump and aut