- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit4aecd22
committed
Make pg_receivexlog silent with 9.3 and older servers
A pointless and confusing error message is shown to the user whenattempting to identify a 9.3 or older remote server with a 9.5/9.6pg_receivexlog, because the return signature of IDENTIFY_SYSTEM waschanged in 9.4. There's no good reason for the warning message, soshuffle code around to keep it quiet.(pg_recvlogical is also affected by this commit, but since it obviouslycannot work with 9.3 that doesn't actually matter much.)Backpatch to 9.5.Reported by Marco Nenciarini, who also wrote the initial patch. Furthertweaked by Robert Haas and Fujii Masao; reviewed by Michael Paquier andCraig Ringer.1 parent9211919 commit4aecd22
1 file changed
+17
-11
lines changedLines changed: 17 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
236 |
| - | |
237 |
| - | |
238 | 236 |
| |
239 |
| - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
| |||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
301 | 305 |
| |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
306 | 312 |
| |
307 | 313 |
| |
308 | 314 |
| |
|
0 commit comments
Comments
(0)