Commit d1b9582
committed
Allow HotStandbyActiveInReplay() to be called in single user mode.
HotStandbyActiveInReplay, introduced in 061b079, only allowed WAL
replay to happen in the startup process, missing the single user case.
This buglet is fairly harmless as it only causes problems when single
user mode in an assertion enabled build is used to replay a btree vacuum
record.
Backpatch to 9.2. 061b079 was backpatched further, but the assertion
was not.1 parent 94d6727 commit d1b9582
1 file changed
+1
-1
lines changed| 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