forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit62e821a
committed
Make autovacuum launcher more responsive to pg_log_backend_memory_contexts().
Previously when pg_log_backend_memory_contexts() sent the request tothe autovacuum launcher, it could take more than several seconds tolog its memory contexts. Because the function (HandleAutoVacLauncherInterrupts)to process any new interrupts that autovacuum launcher receiveddidn't handle the request for logging of memory contexts. This commit changesthe function so that it handles the request, to make autovacuum launchermore responsitve to pg_log_backend_memory_contexts().Back-patch to v14 where pg_log_backend_memory_contexts() was added.Author: Koyu TanigawaReviewed-by: Bharath Rupireddy, Atsushi TorikoshiDiscussion:https://postgr.es/m/0aae3e074face409b35153451be5cc11@oss.nttdata.com1 parente771215 commit62e821a
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
836 | 836 |
| |
837 | 837 |
| |
838 | 838 |
| |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
839 | 843 |
| |
840 | 844 |
| |
841 | 845 |
| |
|
0 commit comments
Comments
(0)