From: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
---|---|
To: | michael(at)paquier(dot)xyz |
Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Provide PID data for "cannot wait on a latch owned by another process" in latch.c |
Date: | 2023-02-27 08:53:08 |
Message-ID: | 20230227.175308.314711483637189642.horikyota.ntt@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Uggg!
At Mon, 27 Feb 2023 17:48:10 +0900 (JST), Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> wrote in
> At Mon, 27 Feb 2023 09:20:39 +0900, Michael Paquier <michael(at)paquier(dot)xyz> wrote in
> > Hi all,
> >
> > While doing something I should not have done, I have been able to
> > trigger latch.c with the error of $subject. Adding in the elog
> > generated some information about the PID owning the latch and
> > MyProcPid has made me understand immediately why I was wrong. Would
> > there be any objections to add more information in this case?
> >
> > The attached patch does so.
> > Thanks,
>
> Please tidy up the followging sentence properly and natural but in a moderately formal way, within the context of computer programs, and provide explanations for the individual changes you made.
Please ignore the following sentense. It is an extra sentence
mistakenly copy-pasted in.
> +1 for adding that information, I'm afraid that MyProcId is not
> necessary since it is displayed in log lines in most cases. If you
> want to display the both PIDs I suggest making them more distinctive.
regards.
--
Kyotaro Horiguchi
NTT Open Source Software Center
From | Date | Subject | |
---|---|---|---|
Next Message | Kyotaro Horiguchi | 2023-02-27 08:54:06 | Re: Provide PID data for "cannot wait on a latch owned by another process" in latch.c |
Previous Message | Hayato Kuroda (Fujitsu) | 2023-02-27 08:51:29 | RE: Time delayed LR (WAS Re: logical replication restrictions) |