Re: pgsql: Add injection-point test for new multixact CV usage

2024-08-22 Thread Michael Paquier
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

Re: pgsql: Add injection-point test for new multixact CV usage

2024-08-21 Thread Alexander Korotkov
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

pgsql: Add injection-point test for new multixact CV usage

2024-08-20 Thread Alvaro Herrera
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