forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3efba16
committed
If a base backup is cancelled by server shutdown or crash, throw an error
in WAL recovery when it sees the shutdown checkpoint record. It's moreuser-friendly to find out about it at that point than at the end ofrecovery, and you're not left wondering why your hot standby server neveropens up for read-only connections.1 parent3456cf1 commit3efba16
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
7713 | 7713 |
| |
7714 | 7714 |
| |
7715 | 7715 |
| |
| 7716 | + | |
| 7717 | + | |
| 7718 | + | |
| 7719 | + | |
| 7720 | + | |
| 7721 | + | |
| 7722 | + | |
| 7723 | + | |
| 7724 | + | |
| 7725 | + | |
7716 | 7726 |
| |
7717 | 7727 |
| |
7718 | 7728 |
| |
|
0 commit comments
Comments
(0)