Skip to content
Snippets Groups Projects
Commit 1540d3bf authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

PL/Python: Update incorrect comment

Jan Urbański
parent ffda90f3
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ typedef struct PLyResultObject
PyObject_HEAD
/* HeapTuple *tuples; */
PyObject *nrows; /* number of rows returned by query */
PyObject *rows; /* data rows, or None if no data returned */
PyObject *rows; /* data rows, or empty list if no data returned */
PyObject *status; /* query status, SPI_OK_*, or SPI_ERR_* */
TupleDesc tupdesc;
} PLyResultObject;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment