Thread: pgsql: Fix the display of lock information for specktoken.
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(+)
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(+) >
On Tue, Jan 10, 2023 at 6:10 PM Erik Rijkers <er@xs4all.nl> wrote: > > 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' > Thanks for the report. Justin has already reported this [1] and it seems Michael is planning to deal with this along with other typos. [1] - https://www.postgresql.org/message-id/20230110045722.GD9837%40telsasoft.com -- With Regards, Amit Kapila.