forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit92bb008
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 parent1352ee9 commit92bb008
2 files changed
+25
-20
lines changedLines changed: 15 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4299 | 4299 |
| |
4300 | 4300 |
| |
4301 | 4301 |
| |
4302 |
| - | |
4303 |
| - | |
| 4302 | + | |
| 4303 | + | |
4304 | 4304 |
| |
4305 | 4305 |
| |
4306 | 4306 |
| |
4307 |
| - | |
4308 |
| - | |
| 4307 | + | |
| 4308 | + | |
| 4309 | + | |
| 4310 | + | |
| 4311 | + | |
4309 | 4312 |
| |
4310 |
| - | |
4311 |
| - | |
| 4313 | + | |
| 4314 | + | |
4312 | 4315 |
| |
4313 | 4316 |
| |
4314 | 4317 |
| |
4315 |
| - | |
| 4318 | + | |
| 4319 | + | |
| 4320 | + | |
4316 | 4321 |
| |
4317 |
| - | |
| 4322 | + | |
| 4323 | + | |
| 4324 | + | |
4318 | 4325 |
| |
4319 | 4326 |
| |
4320 | 4327 |
| |
|
Lines changed: 10 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2338 | 2338 |
| |
2339 | 2339 |
| |
2340 | 2340 |
| |
2341 |
| - | |
2342 |
| - | |
2343 |
| - | |
2344 |
| - | |
2345 |
| - | |
2346 |
| - | |
| 2341 | + | |
| 2342 | + | |
| 2343 | + | |
| 2344 | + | |
2347 | 2345 |
| |
2348 |
| - | |
| 2346 | + | |
2349 | 2347 |
| |
2350 | 2348 |
| |
2351 | 2349 |
| |
2352 | 2350 |
| |
2353 | 2351 |
| |
2354 |
| - | |
| 2352 | + | |
2355 | 2353 |
| |
2356 | 2354 |
| |
2357 | 2355 |
| |
| |||
2361 | 2359 |
| |
2362 | 2360 |
| |
2363 | 2361 |
| |
2364 |
| - | |
| 2362 | + | |
2365 | 2363 |
| |
2366 | 2364 |
| |
2367 | 2365 |
| |
2368 | 2366 |
| |
2369 |
| - | |
| 2367 | + | |
2370 | 2368 |
| |
2371 | 2369 |
| |
2372 | 2370 |
| |
| |||
2384 | 2382 |
| |
2385 | 2383 |
| |
2386 | 2384 |
| |
2387 |
| - | |
| 2385 | + | |
2388 | 2386 |
| |
2389 | 2387 |
| |
2390 | 2388 |
| |
2391 | 2389 |
| |
2392 |
| - | |
| 2390 | + | |
2393 | 2391 |
| |
2394 | 2392 |
| |
2395 | 2393 |
| |
|
0 commit comments
Comments
(0)