pgsql: Fix the display of lock information for specktoken.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix the display of lock information for specktoken.
Date: 2023-01-10 03:34:53
Message-ID: E1pF5PY-002uaR-Pg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

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(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-01-10 03:44:40 pgsql: Round off random_normal() test results one more decimal place.
Previous Message Tom Lane 2023-01-10 01:34:36 pgsql: Remove pg_regress' never-documented "ignore" feature.