pgsql: Add new parallel message type to progress reporting.
В списке pgsql-committers по дате отправления:
| От | Masahiko Sawada |
|---|---|
| Тема | pgsql: Add new parallel message type to progress reporting. |
| Дата | |
| Msg-id | E1qJ4Ay-002vIW-Oq@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
Add new parallel message type to progress reporting. This commit adds a new type of parallel message 'P' to allow a parallel worker to poke at a leader to update the progress. Currently it supports only incremental progress reporting but it's possible to allow for supporting of other backend progress APIs in the future. There are no users of this new message type as of this commit. That will follow in future commits. Idea from Andres Freund. Author: Sami Imseih Reviewed by: Michael Paquier, Masahiko Sawada Discussion: https://www.postgresql.org/message-id/flat/5478DFCD-2333-401A-B2F0-0D186AB09228@amazon.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f1889729dd3ab0352dc0ccc2ffcc1b1901f8e39f Modified Files -------------- src/backend/access/transam/parallel.c | 18 +++++++++++++++ src/backend/utils/activity/backend_progress.c | 32 +++++++++++++++++++++++++++ src/include/utils/backend_progress.h | 1 + 3 files changed, 51 insertions(+)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера