mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
PL/Python: Update incorrect comment
Jan Urbański
This commit is contained in:
parent
ffda90f3af
commit
1540d3bf4d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user