- Notifications
You must be signed in to change notification settings - Fork5
Commitab994cc
committed
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
Per discussion, the original name was a bit misleading, andPQsslAttributeNames() seems more apropos. It's not quite too late tochange this in 9.5, so let's change it while we can.Also, make sure that the pointer array is const, not only the pointed-tostrings.Minor documentation wordsmithing while at it.Lars Kanis, slight adjustments by me1 parent44fc251 commitab994cc
File tree
6 files changed
+31
-27
lines changed- doc/src/sgml
- src/interfaces/libpq
6 files changed
+31
-27
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1873 | 1873 |
| |
1874 | 1874 |
| |
1875 | 1875 |
| |
1876 |
| - | |
| 1876 | + | |
1877 | 1877 |
| |
1878 | 1878 |
| |
1879 | 1879 |
| |
| |||
1947 | 1947 |
| |
1948 | 1948 |
| |
1949 | 1949 |
| |
1950 |
| - | |
1951 |
| - | |
| 1950 | + | |
| 1951 | + | |
1952 | 1952 |
| |
1953 | 1953 |
| |
1954 | 1954 |
| |
1955 | 1955 |
| |
1956 |
| - | |
| 1956 | + | |
1957 | 1957 |
| |
1958 | 1958 |
| |
1959 | 1959 |
| |
| |||
1963 | 1963 |
| |
1964 | 1964 |
| |
1965 | 1965 |
| |
1966 |
| - | |
| 1966 | + | |
1967 | 1967 |
| |
1968 | 1968 |
| |
1969 | 1969 |
| |
1970 | 1970 |
| |
1971 | 1971 |
| |
1972 | 1972 |
| |
1973 |
| - | |
1974 |
| - | |
| 1973 | + | |
| 1974 | + | |
1975 | 1975 |
| |
1976 | 1976 |
| |
1977 | 1977 |
| |
|
Lines changed: 16 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
608 | 608 |
| |
609 | 609 |
| |
610 | 610 |
| |
611 |
| - | |
612 |
| - | |
613 |
| - | |
614 |
| - | |
615 |
| - | |
616 |
| - | |
617 |
| - | |
618 |
| - | |
619 |
| - | |
620 |
| - | |
621 |
| - | |
622 |
| - | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
623 | 627 |
| |
624 | 628 |
| |
625 | 629 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
| 170 | + | |
171 | 171 |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1532 | 1532 |
| |
1533 | 1533 |
| |
1534 | 1534 |
| |
1535 |
| - | |
1536 |
| - | |
| 1535 | + | |
| 1536 | + | |
1537 | 1537 |
| |
1538 |
| - | |
| 1538 | + | |
1539 | 1539 |
| |
1540 | 1540 |
| |
1541 | 1541 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
411 |
| - | |
412 |
| - | |
| 411 | + | |
| 412 | + | |
413 | 413 |
| |
414 |
| - | |
| 414 | + | |
415 | 415 |
| |
416 | 416 |
| |
417 | 417 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
325 |
| - | |
| 325 | + | |
326 | 326 |
| |
327 | 327 |
| |
328 | 328 |
| |
|
0 commit comments
Comments
(0)