Re: Fix showing XID of a spectoken lock in an incorrect field of pg_locks view. - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Fix showing XID of a spectoken lock in an incorrect field of pg_locks view.
Date
Msg-id CAA4eK1K8gbdPmGxra9bsdyu8CxMoG6Luj3WrPRVocHdan2xL9Q@mail.gmail.com
Whole thread Raw
In response to Re: Fix showing XID of a spectoken lock in an incorrect field of pg_locks view.  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: Fix showing XID of a spectoken lock in an incorrect field of pg_locks view.
List pgsql-hackers
On Thu, Jan 5, 2023 at 11:46 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>
> Agreed. Attached the updated patch.
>

Thanks, the patch looks good to me. I think it would be probably good
to backpatch this but it has the potential to break some monitoring
scripts which were using the wrong columns for transaction id and spec
token number. As this is not a very critical issue and is not reported
till now, so it may be better to leave backpatching it. What do you
think?

-- 
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: [PATCH] psql: Add tab-complete for optional view parameters
Next
From: Dean Rasheed
Date:
Subject: Re: [PATCH] psql: Add tab-complete for optional view parameters