forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit82f81ba
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 parent4f2458d commit82f81ba
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6442 | 6442 |
| |
6443 | 6443 |
| |
6444 | 6444 |
| |
6445 |
| - | |
| 6445 | + | |
6446 | 6446 |
| |
6447 | 6447 |
| |
6448 | 6448 |
| |
|
0 commit comments
Comments
(0)