Re: pgsql: Fix the display of lock information for specktoken.

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: Amit Kapila <akapila(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix the display of lock information for specktoken.
Date: 2023-01-10 12:40:03
Message-ID: bb2b3f5a-98cf-5f46-44cb-6a63ffc581b0@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 1/10/23 04:34, Amit Kapila wrote:
> Fix the display of lock information for specktoken.
>
> A transaction id is now displayed in the transactionid field and
> speculative insertion token is displayed in the objid field.

Hi,

'A specualtive insertion lock' should be
'A speculative insertion lock'

Erik

> Author: Sawada Masahiko
> Reviewed-by: Amit Kapila
> Discussion: https://postgr.es/m/CAD21AoCEKxZztULP1CDm45aSNNR1QO-Bh1q6LMTspQ78PBuJrw@mail.gmail.com
>
> Branch
> ------
> master
>
> Details
> -------
> https://git.postgresql.org/pg/commitdiff/f745739697e49a38a31a755d7d36d6c97008dd9f
>
> Modified Files
> --------------
> doc/src/sgml/system-views.sgml | 6 ++++++
> src/backend/utils/adt/lockfuncs.c | 12 ++++++++++++
> 2 files changed, 18 insertions(+)
>

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2023-01-10 14:20:27 pgsql: Fix MERGE's test for unreachable WHEN clauses.
Previous Message Peter Eisentraut 2023-01-10 05:05:25 pgsql: New header varatt.h split off from postgres.h