forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita07bd32
committed
Fix documentation for libpq's PQfn().
The SGML docs claimed that 1-byte integers could be sent or received withthe "isint" options, but no such behavior has ever been implemented inpqGetInt() or pqPutInt(). The in-code documentation header for PQfn() waseven less in tune with reality, and the code itself used parameter namesmatching neither the SGML docs nor its libpq-fe.h declaration. Do a bitof additional wordsmithing on the SGML docs while at it.Since the business about 1-byte integers is a clear documentation bug,back-patch to all supported branches.1 parent71b8e8e commita07bd32
2 files changed
+25
-20
lines changedLines changed: 15 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4134 | 4134 |
| |
4135 | 4135 |
| |
4136 | 4136 |
| |
4137 |
| - | |
4138 |
| - | |
| 4137 | + | |
| 4138 | + | |
4139 | 4139 |
| |
4140 | 4140 |
| |
4141 | 4141 |
| |
4142 |
| - | |
4143 |
| - | |
| 4142 | + | |
| 4143 | + | |
| 4144 | + | |
| 4145 | + | |
| 4146 | + | |
4144 | 4147 |
| |
4145 |
| - | |
4146 |
| - | |
| 4148 | + | |
| 4149 | + | |
4147 | 4150 |
| |
4148 | 4151 |
| |
4149 | 4152 |
| |
4150 |
| - | |
| 4153 | + | |
| 4154 | + | |
| 4155 | + | |
4151 | 4156 |
| |
4152 |
| - | |
| 4157 | + | |
| 4158 | + | |
| 4159 | + | |
4153 | 4160 |
| |
4154 | 4161 |
| |
4155 | 4162 |
| |
|
Lines changed: 10 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2322 | 2322 |
| |
2323 | 2323 |
| |
2324 | 2324 |
| |
2325 |
| - | |
2326 |
| - | |
2327 |
| - | |
2328 |
| - | |
2329 |
| - | |
2330 |
| - | |
| 2325 | + | |
| 2326 | + | |
| 2327 | + | |
| 2328 | + | |
2331 | 2329 |
| |
2332 |
| - | |
| 2330 | + | |
2333 | 2331 |
| |
2334 | 2332 |
| |
2335 | 2333 |
| |
2336 | 2334 |
| |
2337 | 2335 |
| |
2338 |
| - | |
| 2336 | + | |
2339 | 2337 |
| |
2340 | 2338 |
| |
2341 | 2339 |
| |
| |||
2345 | 2343 |
| |
2346 | 2344 |
| |
2347 | 2345 |
| |
2348 |
| - | |
| 2346 | + | |
2349 | 2347 |
| |
2350 | 2348 |
| |
2351 | 2349 |
| |
2352 | 2350 |
| |
2353 |
| - | |
| 2351 | + | |
2354 | 2352 |
| |
2355 | 2353 |
| |
2356 | 2354 |
| |
| |||
2368 | 2366 |
| |
2369 | 2367 |
| |
2370 | 2368 |
| |
2371 |
| - | |
| 2369 | + | |
2372 | 2370 |
| |
2373 | 2371 |
| |
2374 | 2372 |
| |
2375 | 2373 |
| |
2376 |
| - | |
| 2374 | + | |
2377 | 2375 |
| |
2378 | 2376 |
| |
2379 | 2377 |
| |
|
0 commit comments
Comments
(0)