File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4137,7 +4137,7 @@ SignalSomeChildren(int signal, int target)
4137
4137
* processes.
4138
4138
*/
4139
4139
/* Neon: Also allow walproposer background worker to be treated like a WAL sender, so that it's shut down last */
4140
- if ((bp -> bkend_type == BACKEND_TYPE_NORMAL || BACKEND_TYPE_BGWORKER ) &&
4140
+ if ((bp -> bkend_type == BACKEND_TYPE_NORMAL || bp -> bkend_type == BACKEND_TYPE_BGWORKER ) &&
4141
4141
IsPostmasterChildWalSender (bp -> child_slot ))
4142
4142
bp -> bkend_type = BACKEND_TYPE_WALSND ;
4143
4143
@@ -5418,7 +5418,7 @@ CountChildren(int target)
5418
5418
* processes.
5419
5419
*/
5420
5420
/* Neon: Also allow walproposer background worker to be treated like a WAL sender, so that it's shut down last */
5421
- if ((bp -> bkend_type == BACKEND_TYPE_NORMAL || BACKEND_TYPE_BGWORKER ) &&
5421
+ if ((bp -> bkend_type == BACKEND_TYPE_NORMAL || bp -> bkend_type == BACKEND_TYPE_BGWORKER ) &&
5422
5422
IsPostmasterChildWalSender (bp -> child_slot ))
5423
5423
bp -> bkend_type = BACKEND_TYPE_WALSND ;
5424
5424
You can’t perform that action at this time.
0 commit comments