Commit 089e5ab
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 629f861 commit 089e5ab
2 files changed
+25
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4687 | 4687 | | |
4688 | 4688 | | |
4689 | 4689 | | |
4690 | | - | |
4691 | | - | |
| 4690 | + | |
| 4691 | + | |
4692 | 4692 | | |
4693 | 4693 | | |
4694 | 4694 | | |
4695 | | - | |
4696 | | - | |
| 4695 | + | |
| 4696 | + | |
| 4697 | + | |
| 4698 | + | |
| 4699 | + | |
4697 | 4700 | | |
4698 | | - | |
4699 | | - | |
| 4701 | + | |
| 4702 | + | |
4700 | 4703 | | |
4701 | 4704 | | |
4702 | 4705 | | |
4703 | | - | |
| 4706 | + | |
| 4707 | + | |
| 4708 | + | |
4704 | 4709 | | |
4705 | | - | |
| 4710 | + | |
| 4711 | + | |
| 4712 | + | |
4706 | 4713 | | |
4707 | 4714 | | |
4708 | 4715 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2513 | 2513 | | |
2514 | 2514 | | |
2515 | 2515 | | |
2516 | | - | |
2517 | | - | |
2518 | | - | |
2519 | | - | |
2520 | | - | |
2521 | | - | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
2522 | 2520 | | |
2523 | | - | |
| 2521 | + | |
2524 | 2522 | | |
2525 | 2523 | | |
2526 | 2524 | | |
2527 | 2525 | | |
2528 | 2526 | | |
2529 | | - | |
| 2527 | + | |
2530 | 2528 | | |
2531 | 2529 | | |
2532 | 2530 | | |
| |||
2536 | 2534 | | |
2537 | 2535 | | |
2538 | 2536 | | |
2539 | | - | |
| 2537 | + | |
2540 | 2538 | | |
2541 | 2539 | | |
2542 | 2540 | | |
2543 | 2541 | | |
2544 | | - | |
| 2542 | + | |
2545 | 2543 | | |
2546 | 2544 | | |
2547 | 2545 | | |
| |||
2559 | 2557 | | |
2560 | 2558 | | |
2561 | 2559 | | |
2562 | | - | |
| 2560 | + | |
2563 | 2561 | | |
2564 | 2562 | | |
2565 | 2563 | | |
2566 | 2564 | | |
2567 | | - | |
| 2565 | + | |
2568 | 2566 | | |
2569 | 2567 | | |
2570 | 2568 | | |
| |||
0 commit comments