forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8e7811e
committed
Eliminate replication protocol error related to IDENTIFY_SYSTEM.
The requirement that IDENTIFY_SYSTEM be run before START_REPLICATIONwas both undocumented and unnecessary. Remove the error and ensurethat ThisTimeLineID is initialized in START_REPLICATION.Elect not to backport because this requirement was expected behavior(even if inconsistently enforced), and is not likely to cause anymajor problem.Author: Jeff DavisReviewed-by: Andres FreundDiscussion:https://postgr.es/m/de4bbf05b7cd94227841c433ea6ff71d2130c713.camel%40j-davis.com1 parent31e8cfa commit8e7811e
1 file changed
+1
-5
lines changedLines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
573 | 573 |
| |
574 | 574 |
| |
575 | 575 |
| |
576 |
| - | |
577 |
| - | |
578 |
| - | |
579 |
| - | |
580 |
| - | |
581 | 576 |
| |
582 | 577 |
| |
583 | 578 |
| |
| |||
619 | 614 |
| |
620 | 615 |
| |
621 | 616 |
| |
| 617 | + | |
622 | 618 |
| |
623 | 619 |
| |
624 | 620 |
| |
|
0 commit comments
Comments
(0)