Re: Automatic notification of top transaction IDs - Mailing list pgsql-hackers

From Cary Huang
Subject Re: Automatic notification of top transaction IDs
Date
Msg-id 163191124798.1167.8854857510549120481.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: Automatic notification of top transaction IDs  (Neil Chen <carpenter.nail.cz@gmail.com>)
List 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 by date:

Previous
From: Sehrope Sarkuni
Date:
Subject: Re: Add jsonlog log_destination for JSON server logs
Next
From: "Bossart, Nathan"
Date:
Subject: Re: prevent immature WAL streaming