Re: [HACKERS] pgbench regression test failure

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: [HACKERS] pgbench regression test failure
Дата
Msg-id alpine.DEB.2.20.1711131918090.18461@lancre
обсуждение исходный текст
Ответ на Re: [HACKERS] pgbench regression test failure  (Steve Singer <steve@ssinger.info>)
Ответы Re: [HACKERS] pgbench regression test failure
Re: [HACKERS] pgbench regression test failure
Список pgsql-hackers
Hello Steve,

>                printf("number of transactions actually processed: " INT64_FORMAT "/%d\n",
> -                          total->cnt - total->skipped, nxacts * nclients);
> +                          total->cnt, nxacts * nclients);
>
> I think you want ntx instead of total->cnt here.

Indeed... and this is also what my git branch contains... I just sent the 
wrong version, sorry:-( The same fix is also needed in the else branch.

Here is the hopefully right version, which passes tests here.

-- 
Fabien.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Steele
Дата:
Сообщение: Re: [HACKERS] pg audit requirements
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: [HACKERS] pgbench: Skipping the creating primary keys afterinitialization