forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit401aad6
committed
Rename connection parameters to control min/max SSL protocol version in libpq
The libpq parameters ssl{max|min}protocolversion are renamed to useunderscores, to become ssl_{max|min}_protocol_version. The relatedenvironment variables still use the names introduced in commitff8ca5fthat added the feature.Per complaint from Peter Eisentraut (this was also mentioned by me inthe original patch review but the issue got discarded).Author: Daniel GustafssonReviewed-by: Peter Eisentraut, Michael PaquierDiscussion:https://postgr.es/m/b319e449-318d-e691-4997-1327e166fcc4@2ndquadrant.com1 parent4ad047a commit401aad6
File tree
6 files changed
+42
-42
lines changed- contrib/postgres_fdw/expected
- doc/src/sgml
- src
- interfaces/libpq
- test/ssl/t
6 files changed
+42
-42
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8898 | 8898 |
| |
8899 | 8899 |
| |
8900 | 8900 |
| |
8901 |
| - | |
| 8901 | + | |
8902 | 8902 |
| |
8903 | 8903 |
| |
8904 | 8904 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1736 | 1736 |
| |
1737 | 1737 |
| |
1738 | 1738 |
| |
1739 |
| - | |
1740 |
| - | |
| 1739 | + | |
| 1740 | + | |
1741 | 1741 |
| |
1742 | 1742 |
| |
1743 | 1743 |
| |
| |||
1752 | 1752 |
| |
1753 | 1753 |
| |
1754 | 1754 |
| |
1755 |
| - | |
1756 |
| - | |
| 1755 | + | |
| 1756 | + | |
1757 | 1757 |
| |
1758 | 1758 |
| |
1759 | 1759 |
| |
| |||
7164 | 7164 |
| |
7165 | 7165 |
| |
7166 | 7166 |
| |
7167 |
| - | |
| 7167 | + | |
7168 | 7168 |
| |
7169 | 7169 |
| |
7170 | 7170 |
| |
| |||
7174 | 7174 |
| |
7175 | 7175 |
| |
7176 | 7176 |
| |
7177 |
| - | |
| 7177 | + | |
7178 | 7178 |
| |
7179 | 7179 |
| |
7180 | 7180 |
| |
|
Lines changed: 19 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 |
| - | |
| 323 | + | |
324 | 324 |
| |
325 |
| - | |
| 325 | + | |
326 | 326 |
| |
327 |
| - | |
| 327 | + | |
328 | 328 |
| |
329 |
| - | |
| 329 | + | |
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
| |||
1301 | 1301 |
| |
1302 | 1302 |
| |
1303 | 1303 |
| |
1304 |
| - | |
1305 |
| - | |
| 1304 | + | |
| 1305 | + | |
1306 | 1306 |
| |
1307 |
| - | |
| 1307 | + | |
1308 | 1308 |
| |
1309 | 1309 |
| |
1310 | 1310 |
| |
1311 |
| - | |
1312 |
| - | |
| 1311 | + | |
| 1312 | + | |
1313 | 1313 |
| |
1314 | 1314 |
| |
1315 |
| - | |
| 1315 | + | |
1316 | 1316 |
| |
1317 | 1317 |
| |
1318 | 1318 |
| |
1319 |
| - | |
1320 |
| - | |
| 1319 | + | |
| 1320 | + | |
1321 | 1321 |
| |
1322 | 1322 |
| |
1323 | 1323 |
| |
| |||
1328 | 1328 |
| |
1329 | 1329 |
| |
1330 | 1330 |
| |
1331 |
| - | |
1332 |
| - | |
| 1331 | + | |
| 1332 | + | |
1333 | 1333 |
| |
1334 | 1334 |
| |
1335 | 1335 |
| |
| |||
4046 | 4046 |
| |
4047 | 4047 |
| |
4048 | 4048 |
| |
4049 |
| - | |
4050 |
| - | |
4051 |
| - | |
4052 |
| - | |
| 4049 | + | |
| 4050 | + | |
| 4051 | + | |
| 4052 | + | |
4053 | 4053 |
| |
4054 | 4054 |
| |
4055 | 4055 |
| |
| |||
7120 | 7120 |
| |
7121 | 7121 |
| |
7122 | 7122 |
| |
7123 |
| - | |
| 7123 | + | |
7124 | 7124 |
| |
7125 | 7125 |
| |
7126 | 7126 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
842 | 842 |
| |
843 | 843 |
| |
844 | 844 |
| |
845 |
| - | |
846 |
| - | |
| 845 | + | |
| 846 | + | |
847 | 847 |
| |
848 | 848 |
| |
849 | 849 |
| |
850 |
| - | |
| 850 | + | |
851 | 851 |
| |
852 | 852 |
| |
853 | 853 |
| |
854 | 854 |
| |
855 | 855 |
| |
856 |
| - | |
| 856 | + | |
857 | 857 |
| |
858 | 858 |
| |
859 | 859 |
| |
| |||
871 | 871 |
| |
872 | 872 |
| |
873 | 873 |
| |
874 |
| - | |
875 |
| - | |
| 874 | + | |
| 875 | + | |
876 | 876 |
| |
877 | 877 |
| |
878 | 878 |
| |
879 |
| - | |
| 879 | + | |
880 | 880 |
| |
881 | 881 |
| |
882 | 882 |
| |
883 | 883 |
| |
884 | 884 |
| |
885 |
| - | |
| 885 | + | |
886 | 886 |
| |
887 | 887 |
| |
888 | 888 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
370 |
| - | |
371 |
| - | |
| 370 | + | |
| 371 | + | |
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
357 | 357 |
| |
358 | 358 |
| |
359 | 359 |
| |
360 |
| - | |
| 360 | + | |
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 |
| - | |
| 364 | + | |
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
369 |
| - | |
370 |
| - | |
| 369 | + | |
| 370 | + | |
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
374 |
| - | |
375 |
| - | |
| 374 | + | |
| 375 | + | |
376 | 376 |
| |
377 | 377 |
| |
378 | 378 |
| |
|
0 commit comments
Comments
(0)