mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 10:37:32 +08:00
Instead of calling PLy_elog() for reporting Python argument parsing errors, generate appropriate exceptions. This matches the existing plpy functions and is more consistent with the behavior of the Python argument parsing routines.