Re: pgsql: Use FullTransactionId for the transaction stack. - Mailing list pgsql-committers

From Thomas Munro
Subject Re: pgsql: Use FullTransactionId for the transaction stack.
Date
Msg-id CA+hUKGJ=8CH0iYmZRtXOwrgHzbBrO9cGtJyto+1HqjNtbfUeiw@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Use FullTransactionId for the transaction stack.  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-committers
On Thu, Mar 28, 2019 at 11:55 PM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>  /*
> + * Serialized representation used to transmit transaction state to parallel
> + * workers though shared memory.
>
> The second line of the above comment must be "workers *through* shared
> memory"? Attached the patch.

Right, thanks.  Pushed.

-- 
Thomas Munro
https://enterprisedb.com



pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Fix typo.
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Compute XID horizon for page level index vacuum on primary.