Skip dropped attributes when converting Python objects to tuples
Peter Eisentraut <peter_e@gmx.net>
Skip dropped attributes when converting Python objects to tuples Pay attention to the attisdropped field and skip over TupleDesc fields that have it set. Not a real problem until we get table returning functions, but it's the right thing to do anyway. Jan Urbański
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpython.c | modified | +21 −2 |