mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 11:35:13 -04:00
0f48e06751
Clarify that nrows() is the number of rows processed, versus the number of rows returned, which can be obtained using len. Also add tests about that.