Avoid recalculating pgprocno in ProcArrayAdd()

From: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Avoid recalculating pgprocno in ProcArrayAdd()
Date: 2026-01-22 05:34:34
Message-ID: CAOzEurTJO2aqd9ewQmo9vjCrFUAD8Lk+raujCfK5oWoLGUP_3w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

I have fixed the issue mentioned in the subject. This was introduced
in commit 28f3915b7.

--
Best regards,
Shinya Kato
NTT OSS Center

Attachment Content-Type Size
v1-0001-Avoid-recalculating-pgprocno-in-ProcArrayAdd.patch application/octet-stream 984 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-01-22 05:35:40 Re: Having problems generating a code coverage report
Previous Message John Naylor 2026-01-22 05:14:17 Re: Undefined behavior detected by new clang's ubsan