• P
    PL/Python: Fix type mixup · fa2fc066
    Peter Eisentraut 提交于
    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.
    fa2fc066
plpy_typeio.c 26.7 KB