mirror of
https://github.com/postgres/postgres.git
synced 2026-01-13 12:22:55 +03:00
Mimic the Python interpreter's own logic for printing exceptions instead
of just using the straight str() call, so that
you get
plpy.SPIError
instead of
<class 'plpy.SPIError'>
and for built-in exceptions merely
UnicodeEncodeError
Besides looking better this cuts down on the endless version differences
in the regression test expected files.
1.8 KiB
1.8 KiB