projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffda90f
)
PL/Python: Update incorrect comment
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 10 May 2012 17:07:56 +0000
(20:07 +0300)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 10 May 2012 17:40:30 +0000
(20:40 +0300)
Jan UrbaĆski
src/pl/plpython/plpy_resultobject.h
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpython/plpy_resultobject.h
b/src/pl/plpython/plpy_resultobject.h
index 1b37d1d0c0ca2d3439c42a496de9bac86a65d281..c5ba99988747a750922bcbf7b7a561c8a4a5bbdd 100644
(file)
--- a/
src/pl/plpython/plpy_resultobject.h
+++ b/
src/pl/plpython/plpy_resultobject.h
@@
-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;