pgsql: Fix the display of lock information for specktoken. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Fix the display of lock information for specktoken.
Date
Msg-id E1pF5PY-002uaR-Pg@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix the display of lock information for specktoken.  (Erik Rijkers <er@xs4all.nl>)
List 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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove pg_regress' never-documented "ignore" feature.
Next
From: Tom Lane
Date:
Subject: pgsql: Round off random_normal() test results one more decimal place.