Commit 1a0bc4c
committed
Fix documentation for libpq's PQfn().
The SGML docs claimed that 1-byte integers could be sent or received with
the "isint" options, but no such behavior has ever been implemented in
pqGetInt() or pqPutInt(). The in-code documentation header for PQfn() was
even less in tune with reality, and the code itself used parameter names
matching neither the SGML docs nor its libpq-fe.h declaration. Do a bit
of 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 parent 90c35a9 commit 1a0bc4c
2 files changed
+25
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4810 | 4810 | | |
4811 | 4811 | | |
4812 | 4812 | | |
4813 | | - | |
4814 | | - | |
| 4813 | + | |
| 4814 | + | |
4815 | 4815 | | |
4816 | 4816 | | |
4817 | 4817 | | |
4818 | | - | |
4819 | | - | |
| 4818 | + | |
| 4819 | + | |
| 4820 | + | |
| 4821 | + | |
| 4822 | + | |
4820 | 4823 | | |
4821 | | - | |
4822 | | - | |
| 4824 | + | |
| 4825 | + | |
4823 | 4826 | | |
4824 | 4827 | | |
4825 | 4828 | | |
4826 | | - | |
| 4829 | + | |
| 4830 | + | |
| 4831 | + | |
4827 | 4832 | | |
4828 | | - | |
| 4833 | + | |
| 4834 | + | |
| 4835 | + | |
4829 | 4836 | | |
4830 | 4837 | | |
4831 | 4838 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2514 | 2514 | | |
2515 | 2515 | | |
2516 | 2516 | | |
2517 | | - | |
2518 | | - | |
2519 | | - | |
2520 | | - | |
2521 | | - | |
2522 | | - | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
2523 | 2521 | | |
2524 | | - | |
| 2522 | + | |
2525 | 2523 | | |
2526 | 2524 | | |
2527 | 2525 | | |
2528 | 2526 | | |
2529 | 2527 | | |
2530 | | - | |
| 2528 | + | |
2531 | 2529 | | |
2532 | 2530 | | |
2533 | 2531 | | |
| |||
2537 | 2535 | | |
2538 | 2536 | | |
2539 | 2537 | | |
2540 | | - | |
| 2538 | + | |
2541 | 2539 | | |
2542 | 2540 | | |
2543 | 2541 | | |
2544 | 2542 | | |
2545 | | - | |
| 2543 | + | |
2546 | 2544 | | |
2547 | 2545 | | |
2548 | 2546 | | |
| |||
2560 | 2558 | | |
2561 | 2559 | | |
2562 | 2560 | | |
2563 | | - | |
| 2561 | + | |
2564 | 2562 | | |
2565 | 2563 | | |
2566 | 2564 | | |
2567 | 2565 | | |
2568 | | - | |
| 2566 | + | |
2569 | 2567 | | |
2570 | 2568 | | |
2571 | 2569 | | |
| |||
0 commit comments