forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit096bbf7
committed
Switch back sslcompression to be a normal input field in libpq
Per buildfarm member crake, any servers including a postgres_fdw serverwith this option set would fail to do a pg_upgrade properly as theoption got hidden inf9264d1 by becoming a debug option, making therestore of the FDW server fail.This changes back the option in libpq to be visible, but still inactiveto fix this upgrade issue.Discussion:https://postgr.es/m/YEbq15JKJwIX+S6m@paquier.xyz1 parentff99918 commit096bbf7
File tree
3 files changed
+4
-2
lines changed- contrib/postgres_fdw
- expected
- sql
- src/interfaces/libpq
3 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
| 170 | + | |
170 | 171 |
| |
171 | 172 |
| |
172 | 173 |
| |
| |||
8945 | 8946 |
| |
8946 | 8947 |
| |
8947 | 8948 |
| |
8948 |
| - | |
| 8949 | + | |
8949 | 8950 |
| |
8950 | 8951 |
| |
8951 | 8952 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
| 184 | + | |
184 | 185 |
| |
185 | 186 |
| |
186 | 187 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
301 |
| - | |
| 301 | + | |
302 | 302 |
| |
303 | 303 |
| |
304 | 304 |
| |
|
0 commit comments
Comments
(0)