forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit99709c9
committed
Refactor one use of IDENTIFY_SYSTEM in WAL streaming code of pg_basebackup
0c013e0 has done a large refactoring to unify all the code paths usingreplication commands, but forgot one code path doing WAL streaming thatchecks the validity of a cluster connecting to with IDENTIFY_SYSTEM.There is a generic routine able to handle that, so make use of it inthis code path. This impacts pg_receivewal and pg_basebackup.Author: Bharath RupireddyDiscussion:https://postgr.es/m/CALj2ACVKKYUMC8GE72Y7BP9g1batrrq3sEwUh+1_i2krWZC_2Q@mail.gmail.com1 parent961dd75 commit99709c9
1 file changed
+14
-18
lines changedLines changed: 14 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
485 |
| - | |
486 |
| - | |
487 |
| - | |
488 |
| - | |
489 |
| - | |
490 |
| - | |
491 |
| - | |
492 |
| - | |
493 |
| - | |
494 |
| - | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
495 | 492 |
| |
496 |
| - | |
497 |
| - | |
498 |
| - | |
| 493 | + | |
499 | 494 |
| |
500 | 495 |
| |
501 |
| - | |
| 496 | + | |
| 497 | + | |
502 | 498 |
| |
503 | 499 |
| |
504 |
| - | |
| 500 | + | |
505 | 501 |
| |
506 | 502 |
| |
507 |
| - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
508 | 506 |
| |
509 | 507 |
| |
510 | 508 |
| |
511 |
| - | |
512 | 509 |
| |
513 | 510 |
| |
514 |
| - | |
515 | 511 |
| |
516 | 512 |
| |
517 | 513 |
| |
|
0 commit comments
Comments
(0)