forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitae67e81
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 parentce37bf2 commitae67e81
2 files changed
+25
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4579 | 4579 | | |
4580 | 4580 | | |
4581 | 4581 | | |
4582 | | - | |
4583 | | - | |
| 4582 | + | |
| 4583 | + | |
4584 | 4584 | | |
4585 | 4585 | | |
4586 | 4586 | | |
4587 | | - | |
4588 | | - | |
| 4587 | + | |
| 4588 | + | |
| 4589 | + | |
| 4590 | + | |
| 4591 | + | |
4589 | 4592 | | |
4590 | | - | |
4591 | | - | |
| 4593 | + | |
| 4594 | + | |
4592 | 4595 | | |
4593 | 4596 | | |
4594 | 4597 | | |
4595 | | - | |
| 4598 | + | |
| 4599 | + | |
| 4600 | + | |
4596 | 4601 | | |
4597 | | - | |
| 4602 | + | |
| 4603 | + | |
| 4604 | + | |
4598 | 4605 | | |
4599 | 4606 | | |
4600 | 4607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2488 | 2488 | | |
2489 | 2489 | | |
2490 | 2490 | | |
2491 | | - | |
2492 | | - | |
2493 | | - | |
2494 | | - | |
2495 | | - | |
2496 | | - | |
| 2491 | + | |
| 2492 | + | |
| 2493 | + | |
| 2494 | + | |
2497 | 2495 | | |
2498 | | - | |
| 2496 | + | |
2499 | 2497 | | |
2500 | 2498 | | |
2501 | 2499 | | |
2502 | 2500 | | |
2503 | 2501 | | |
2504 | | - | |
| 2502 | + | |
2505 | 2503 | | |
2506 | 2504 | | |
2507 | 2505 | | |
| |||
2511 | 2509 | | |
2512 | 2510 | | |
2513 | 2511 | | |
2514 | | - | |
| 2512 | + | |
2515 | 2513 | | |
2516 | 2514 | | |
2517 | 2515 | | |
2518 | 2516 | | |
2519 | | - | |
| 2517 | + | |
2520 | 2518 | | |
2521 | 2519 | | |
2522 | 2520 | | |
| |||
2534 | 2532 | | |
2535 | 2533 | | |
2536 | 2534 | | |
2537 | | - | |
| 2535 | + | |
2538 | 2536 | | |
2539 | 2537 | | |
2540 | 2538 | | |
2541 | 2539 | | |
2542 | | - | |
| 2540 | + | |
2543 | 2541 | | |
2544 | 2542 | | |
2545 | 2543 | | |
| |||
0 commit comments
Comments
(0)