forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7acf8a8
committed
Make crash recovery ignore recovery target settings.
In v11 or before, recovery target settings could not take effect incrash recovery because they are specified in recovery.conf andcrash recovery always starts without recovery.conf. But commit2dedf4d integrated recovery.conf into postgresql.conf andwhich unexpectedly allowed recovery target settings to take effecteven in crash recovery. This is definitely not good behavior.To fix the issue, this commit makes crash recovery always ignorerecovery target settings.Back-patch to v12.Author: Peter EisentrautReviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/e445616d-023e-a268-8aa1-67b8b335340c@pgmasters.net1 parentac88807 commit7acf8a8
1 file changed
+14
-0
lines changedLines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5618 | 5618 |
| |
5619 | 5619 |
| |
5620 | 5620 |
| |
| 5621 | + | |
| 5622 | + | |
| 5623 | + | |
| 5624 | + | |
| 5625 | + | |
| 5626 | + | |
| 5627 | + | |
5621 | 5628 |
| |
5622 | 5629 |
| |
5623 | 5630 |
| |
| |||
5759 | 5766 |
| |
5760 | 5767 |
| |
5761 | 5768 |
| |
| 5769 | + | |
| 5770 | + | |
| 5771 | + | |
| 5772 | + | |
| 5773 | + | |
| 5774 | + | |
| 5775 | + | |
5762 | 5776 |
| |
5763 | 5777 |
| |
5764 | 5778 |
| |
|
0 commit comments
Comments
(0)