mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:44:07 -04:00
87daae1143
(I didn't use his patch, however). A void-returning PL/Python function must return None (from Python), which is translated into a void datum (and *not* NULL) for Postgres. I also added some regression tests for this functionality.