forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0ba7110
committed
Revert changes for SSL compression in libpq
This partially reverts096bbf7 and9d2d457, undoing the libpq changes asit could cause breakages in distributions that share one single libpqversion across multiple major versions of Postgres for extensions andapplications linking to that.Note that the backend is unchanged here, and it still disables SSLcompression while simplifying the underlying catalogs that tracked ifcompression was enabled or not for a SSL connection.Per discussion with Tom Lane and Daniel Gustafsson.Discussion:https://postgr.es/m/YEbq15JKJwIX+S6m@paquier.xyz1 parent6540cc5 commit0ba7110
File tree
8 files changed
+55
-27
lines changed- contrib/postgres_fdw
- expected
- sql
- doc/src/sgml
- src
- bin/psql
- interfaces/libpq
- test/ssl/t
8 files changed
+55
-27
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
| 166 | + | |
166 | 167 |
| |
167 | 168 |
| |
168 | 169 |
| |
169 | 170 |
| |
170 |
| - | |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| 180 | + | |
180 | 181 |
| |
181 | 182 |
| |
182 | 183 |
| |
183 | 184 |
| |
184 |
| - | |
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
|
Lines changed: 33 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1640 | 1640 |
| |
1641 | 1641 |
| |
1642 | 1642 |
| |
1643 |
| - | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
| 1648 | + | |
| 1649 | + | |
| 1650 | + | |
| 1651 | + | |
| 1652 | + | |
| 1653 | + | |
| 1654 | + | |
| 1655 | + | |
| 1656 | + | |
| 1657 | + | |
| 1658 | + | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
| 1662 | + | |
1644 | 1663 |
| |
1645 | 1664 |
| |
1646 | 1665 |
| |
| |||
2533 | 2552 |
| |
2534 | 2553 |
| |
2535 | 2554 |
| |
2536 |
| - | |
| 2555 | + | |
| 2556 | + | |
| 2557 | + | |
2537 | 2558 |
| |
2538 | 2559 |
| |
2539 | 2560 |
| |
| |||
7168 | 7189 |
| |
7169 | 7190 |
| |
7170 | 7191 |
| |
| 7192 | + | |
| 7193 | + | |
| 7194 | + | |
| 7195 | + | |
| 7196 | + | |
| 7197 | + | |
| 7198 | + | |
| 7199 | + | |
| 7200 | + | |
| 7201 | + | |
7171 | 7202 |
| |
7172 | 7203 |
| |
7173 | 7204 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3509 | 3509 |
| |
3510 | 3510 |
| |
3511 | 3511 |
| |
| 3512 | + | |
3512 | 3513 |
| |
3513 | 3514 |
| |
3514 | 3515 |
| |
3515 | 3516 |
| |
3516 | 3517 |
| |
3517 | 3518 |
| |
3518 | 3519 |
| |
| 3520 | + | |
3519 | 3521 |
| |
3520 |
| - | |
| 3522 | + | |
3521 | 3523 |
| |
3522 | 3524 |
| |
3523 |
| - | |
| 3525 | + | |
| 3526 | + | |
3524 | 3527 |
| |
3525 | 3528 |
| |
3526 | 3529 |
| |
|
Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
278 |
| - | |
279 |
| - | |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
284 | 281 |
| |
285 | 282 |
| |
286 | 283 |
| |
| |||
4054 | 4051 |
| |
4055 | 4052 |
| |
4056 | 4053 |
| |
| 4054 | + | |
| 4055 | + | |
4057 | 4056 |
| |
4058 | 4057 |
| |
4059 | 4058 |
| |
|
Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1257 | 1257 |
| |
1258 | 1258 |
| |
1259 | 1259 |
| |
1260 |
| - | |
1261 |
| - | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
1262 | 1267 |
| |
1263 | 1268 |
| |
1264 | 1269 |
| |
| |||
1548 | 1553 |
| |
1549 | 1554 |
| |
1550 | 1555 |
| |
1551 |
| - | |
1552 |
| - | |
1553 |
| - | |
1554 |
| - | |
1555 | 1556 |
| |
1556 |
| - | |
| 1557 | + | |
1557 | 1558 |
| |
1558 | 1559 |
| |
1559 | 1560 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
| 361 | + | |
361 | 362 |
| |
362 | 363 |
| |
363 | 364 |
| |
|
Lines changed: 1 addition & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 | 160 |
| |
168 | 161 |
| |
169 | 162 |
| |
|
0 commit comments
Comments
(0)