PL/Python: Fix hint about returning composite type from Python
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 30 Jun 2017 20:51:14 +0000 (16:51 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 30 Jun 2017 20:51:14 +0000 (16:51 -0400)
commit898d24ae2ad7195869c558eb6c126ff6a90474e8
tree7ac5c38123c78748617ee65c322cd45ada8a8d5a
parentb295cc3b9ab48c3c34724fa577d6c1cfb753058c
PL/Python: Fix hint about returning composite type from Python

('foo') is not a Python tuple: it is a string wrapped in parentheses.  A
valid 1-element Python tuple is ('foo',).

Author: Daniele Varrazzo <daniele.varrazzo@gmail.com>
src/pl/plpython/expected/plpython_composite.out
src/pl/plpython/plpy_typeio.c