Commit 9937f6e
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 d645273 commit 9937f6e
2 files changed
+25
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4694 | 4694 | | |
4695 | 4695 | | |
4696 | 4696 | | |
4697 | | - | |
4698 | | - | |
| 4697 | + | |
| 4698 | + | |
4699 | 4699 | | |
4700 | 4700 | | |
4701 | 4701 | | |
4702 | | - | |
4703 | | - | |
| 4702 | + | |
| 4703 | + | |
| 4704 | + | |
| 4705 | + | |
| 4706 | + | |
4704 | 4707 | | |
4705 | | - | |
4706 | | - | |
| 4708 | + | |
| 4709 | + | |
4707 | 4710 | | |
4708 | 4711 | | |
4709 | 4712 | | |
4710 | | - | |
| 4713 | + | |
| 4714 | + | |
| 4715 | + | |
4711 | 4716 | | |
4712 | | - | |
| 4717 | + | |
| 4718 | + | |
| 4719 | + | |
4713 | 4720 | | |
4714 | 4721 | | |
4715 | 4722 | | |
| |||
| 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