Set appropriate processing mode for auxiliary processes.
Xing Guo <higuoxing@gmail.com>
From: Xing Guo <higuoxing@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2024-05-09T13:12:45Z
Lists: pgsql-hackers
Attachments
- v1-0001-Set-appropriate-processing-mode-for-auxiliary-pro.patch (text/x-patch) patch v1-0001
Hi hackers, After several refactoring iterations, auxiliary processes are no longer initialized from the bootstrapper. I think using the InitProcessing mode for initializing auxiliary processes is more appropriate. Best Regards, Xing
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove redundant SetProcessingMode(InitProcessing) calls
- eb21f5bc67a0 18.0 landed
-
Move bgworker specific logic to bgworker.c
- 4d22173ec08c 18.0 landed