PL/Python: Fix type mixup
Peter Eisentraut <peter_e@gmx.net>
PL/Python: Fix type mixup Memory was allocated based on the sizeof a type that was not the type of the pointer that the result was being assigned to. The types happen to be of the same size, but it's still wrong.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpy_typeio.c | modified | +1 −1 |