On Thu, Aug 22, 2024 at 01:24:33AM +0300, Alexander Korotkov wrote:
> It seems that header files aren't alphabetically ordered here.
Thanks. I've fixed this one in 94a3373ac5c3 while tweaking the area.
--
Michael
signature.asc
Description: PGP signature
On Tue, Aug 20, 2024 at 9:35 PM Alvaro Herrera wrote:
> Add injection-point test for new multixact CV usage
>
> Before commit a0e0fb1ba56f, multixact.c contained a case in the
> multixact-read path where it would loop sleeping 1ms each time until
> another multixact-create path completed, which wa
Add injection-point test for new multixact CV usage
Before commit a0e0fb1ba56f, multixact.c contained a case in the
multixact-read path where it would loop sleeping 1ms each time until
another multixact-create path completed, which was uncovered by any
tests. That commit changed the code to rely