forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd1b9582
committed
Allow HotStandbyActiveInReplay() to be called in single user mode.
HotStandbyActiveInReplay, introduced in061b079, only allowed WALreplay to happen in the startup process, missing the single user case.This buglet is fairly harmless as it only causes problems when singleuser mode in an assertion enabled build is used to replay a btree vacuumrecord.Backpatch to 9.2.061b079 was backpatched further, but the assertionwas not.1 parent94d6727 commitd1b9582
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7587 | 7587 |
| |
7588 | 7588 |
| |
7589 | 7589 |
| |
7590 |
| - | |
| 7590 | + | |
7591 | 7591 |
| |
7592 | 7592 |
| |
7593 | 7593 |
| |
|
0 commit comments
Comments
(0)