> On Sep 16, 2025, at 16:05, Maksim.Melnikov wrote:
>
> Thanks for your comment, I've attached patch version without procarray.c
> changes.
>
>
> Best regards
>
> Melnikov Maksim
>
V2 LGMT.
Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/
Thanks for your comment, I've attached patch version without
procarray.c changes.
Best regards
Melnikov Maksim
From a7112592352756a4b41789ab7f73cd546ac7633b Mon Sep 17 00:00:00 2001
From: Maksim Melnikov
Date: Fri, 12 Sep 2025 15:17:39 +0300
Subject: [PATCH v2] Preferred use of
> On Sep 12, 2025, at 20:39, Maksim.Melnikov wrote:
>
> Hello hackers,
> I've noticed some places where elements of ProcGlobal->allProcs are addressed
> directly via arr index.
> But in proc.h macros GetPGProcByNumber exist, that was added to get proc
> objects by index,
> so I suggest minor
>
'GetPGProcByNumber(index)'.
Please, see attached patch, branched from rev 6ede13d1b5f.
Best regards
Melnikov Maksim
From f03b596e8fd3fa80f86843babb1704fae4032480 Mon Sep 17 00:00:00 2001
From: Maksim Melnikov
Date: Fri, 12 Sep 2025 15:17:39 +0300
Subject: [PATCH v1] Preferred use