Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1540d3b

Browse files
committed
PL/Python: Update incorrect comment
Jan Urbański
1 parentffda90f commit1540d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pl/plpython/plpy_resultobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ typedef struct PLyResultObject
1313
PyObject_HEAD
1414
/* HeapTuple *tuples; */
1515
PyObject*nrows;/* number of rows returned by query */
16-
PyObject*rows;/* data rows, orNone if no data returned */
16+
PyObject*rows;/* data rows, orempty list if no data returned */
1717
PyObject*status;/* query status, SPI_OK_*, or SPI_ERR_* */
1818
TupleDesctupdesc;
1919
}PLyResultObject;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp