forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit083d29c
committed
Fix bug in checking of IDENTIFY_SYSTEM result.
5a991ef added new column intothe result of IDENTIFY_SYSTEM command. But it was not reflected intoseveral codes checking that result. Specifically though the number ofcolumns in the result was increased to 4, it was still compared with 3in some replication codes.Back-patch to 9.4 where the number of columns in IDENTIFY_SYSTEMresult was increased.Report from Michael Paquier1 parent8605bc7 commit083d29c
File tree
4 files changed
+8
-8
lines changed- src
- backend/replication/libpqwalreceiver
- bin/pg_basebackup
4 files changed
+8
-8
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
| 143 | + | |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1644 | 1644 |
| |
1645 | 1645 |
| |
1646 | 1646 |
| |
1647 |
| - | |
| 1647 | + | |
1648 | 1648 |
| |
1649 | 1649 |
| |
1650 | 1650 |
| |
1651 |
| - | |
| 1651 | + | |
1652 | 1652 |
| |
1653 | 1653 |
| |
1654 | 1654 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 |
| - | |
| 293 | + | |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
| 297 | + | |
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
502 |
| - | |
| 502 | + | |
503 | 503 |
| |
504 | 504 |
| |
505 | 505 |
| |
506 |
| - | |
| 506 | + | |
507 | 507 |
| |
508 | 508 |
| |
509 | 509 |
| |
|
0 commit comments
Comments
(0)