pgsql: Fix the display of lock information for specktoken.

Started by Amit Kapilaover 3 years ago3 messagescomitters
Jump to latest
#1Amit Kapila
amit.kapila16@gmail.com

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: /messages/by-id/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(+)

#2Erik Rijkers
er@xs4all.nl
In reply to: Amit Kapila (#1)
Re: pgsql: Fix the display of lock information for specktoken.

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

Show quoted text

Author: Sawada Masahiko
Reviewed-by: Amit Kapila
Discussion: /messages/by-id/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(+)

#3Amit Kapila
amit.kapila16@gmail.com
In reply to: Erik Rijkers (#2)
Re: pgsql: Fix the display of lock information for specktoken.

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]/messages/by-id/20230110045722.GD9837@telsasoft.com and it
seems Michael is planning to deal with this along with other typos.

[1]: /messages/by-id/20230110045722.GD9837@telsasoft.com

--
With Regards,
Amit Kapila.