- Notifications
You must be signed in to change notification settings - Fork5
Commit2af72ce
committed
Add missing Assert and fix inaccurate elog message in standby_redo().
All other WAL redo routines either call RestoreBkpBlocks() or Assert thatthey haven't been passed any backup blocks. Make this one do likewise.Also, fix incorrect routine name in its failure message.1 parent9bff078 commit2af72ce
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
718 | 718 |
| |
719 | 719 |
| |
720 | 720 |
| |
| 721 | + | |
| 722 | + | |
| 723 | + | |
721 | 724 |
| |
722 | 725 |
| |
723 | 726 |
| |
| |||
747 | 750 |
| |
748 | 751 |
| |
749 | 752 |
| |
750 |
| - | |
| 753 | + | |
751 | 754 |
| |
752 | 755 |
| |
753 | 756 |
| |
|
0 commit comments
Comments
(0)