Re: pgsql: Use FullTransactionId for the transaction stack.

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: Thomas Munro <tmunro(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Use FullTransactionId for the transaction stack.
Date: 2019-03-28 21:06:51
Message-ID: CA+hUKGJ=8CH0iYmZRtXOwrgHzbBrO9cGtJyto+1HqjNtbfUeiw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Mar 28, 2019 at 11:55 PM Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2019-03-29 01:05:52 Re: pgsql: Compute XID horizon for page level index vacuum on primary.
Previous Message Thomas Munro 2019-03-28 21:06:15 pgsql: Fix typo.