Re: seems like a bug in pgbench -R - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: seems like a bug in pgbench -R
Date
Msg-id 217c49ff-f794-7fb5-4d7b-521fc8afaea4@2ndquadrant.com
Whole thread Raw
In response to Re: seems like a bug in pgbench -R  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: seems like a bug in pgbench -R
List pgsql-hackers
On 3/15/19 5:16 PM, Fabien COELHO wrote:
> 
>>> echo 'select 1' > select.sql
>>>
>>> while /bin/true; do
>>>  pgbench -n -f select.sql -R 1000 -j 8 -c 8 -T 1 > /dev/null 2>&1;
>>>  date;
>>> done;
>>
>> Indeed. I'll look at it over the weekend.
>>
>>> So I guess this is a bug in 12788ae49e1933f463bc59a6efe46c4a01701b76, or
>>> one of the other commits touching this part of the code.
> 
> I could not reproduce this issue on head, but I confirm on 11.2.
> 

AFAICS on head it's fixed by 3bac77c48f166b9024a5ead984df73347466ae12

regards

-- 
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Yun Li
Date:
Subject: Feature improvement: can we add queryId for pg_catalog.pg_stat_activityview?
Next
From: Chapman Flack
Date:
Subject: Lifespan of a BeginInternalSubTransaction subxact ?