- Notifications
You must be signed in to change notification settings - Fork5k
Commit7d11f36
committed
aio: Fix configuration reload in IO workers.
method_worker.c installed SignalHandlerForConfigReload, but it failed toactually process reload requests. That hasn't yet produced any concreteproblem reports in terms of GUC changes it should have cared about inv18, but it was inconsistent.It did cause problems for a couple of patches in development that needIO workers to react to ALTER SYSTEM + pg_reload_conf(). Fix extractedfrom one of those patches.Back-patch to 18.Reported-by: Dmitry Dolgov <9erthalion6@gmail.com>Discussion:https://postgr.es/m/sh5uqe4a4aqo5zkkpfy5fobe2rg2zzouctdjz7kou4t74c66ql%40yzpkxb7pgoxf1 parentb4c19da commit7d11f36
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
575 | 575 |
| |
576 | 576 |
| |
577 | 577 |
| |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
578 | 584 |
| |
579 | 585 |
| |
580 | 586 |
| |
|
0 commit comments
Comments
(0)