forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6cbee65
committed
Doc: document libpq's restriction to INT_MAX rows in a PGresult.
As long as PQntuples, PQgetvalue, etc, use "int" for row numbers, we'repretty much stuck with this limitation. The documentation formerly statedthat the result of PQntuples "might overflow on 32-bit operating systems",which is just nonsense: that's not where the overflow would happen, andif you did reach an overflow it would not be on a 32-bit machine, becauseyou'd have OOM'd long since.Discussion:https://postgr.es/m/CA+FnnTxyLWyjY1goewmJNxC==HQCCF4fKkoCTa9qR36oRAHDPw@mail.gmail.com1 parent2e70d6b commit6cbee65
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3199 | 3199 |
| |
3200 | 3200 |
| |
3201 | 3201 |
| |
3202 |
| - | |
3203 |
| - | |
3204 |
| - | |
| 3202 | + | |
| 3203 | + | |
| 3204 | + | |
| 3205 | + | |
3205 | 3206 |
| |
3206 | 3207 |
| |
3207 | 3208 |
| |
|
0 commit comments
Comments
(0)