• Tom Lane's avatar
    Fix two issues in plpython's handling of composite results. · 2dada0cc
    Tom Lane authored
    Dropped columns within a composite type were not handled correctly.
    Also, we did not check for whether a composite result type had changed
    since we cached the information about it.
    
    Jan Urbański, per a bug report from Jean-Baptiste Quenot
    2dada0cc
plpython.c 120 KB