Re: Automatic notification of top transaction IDs

Поиск
Список
Период
Сортировка
От Cary Huang
Тема Re: Automatic notification of top transaction IDs
Дата
Msg-id 163191124798.1167.8854857510549120481.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: Automatic notification of top transaction IDs  (Neil Chen <carpenter.nail.cz@gmail.com>)
Список pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           tested, passed
Documentation:            tested, passed

Hello

This patch applies fine to master branch and the regression tests are passing. 

Regarding the parallel worker case, the AssignTransactionId() function  is already handling that and it will error out
ifIsParallelWorker() is true. In a normal case, this function is only called by the main backend, and the parallel
workerswill synchronize the transaction ID when they are spawned and they will not call this function anyway.
 

thank you

Cary Huang
----------------
HighGo Software Canada
www.highgo.ca

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Sehrope Sarkuni
Дата:
Сообщение: Re: Add jsonlog log_destination for JSON server logs
Следующее
От: "Bossart, Nathan"
Дата:
Сообщение: Re: prevent immature WAL streaming