Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors
Дата
Msg-id 20210701.090342.310810802352501862.t-ishii@gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Ответы Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors
Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors
Список pgsql-hackers
> v13 patches gave a compiler warning...
> 
> $ make >/dev/null
> pgbench.c: In function ‘commandError’:
> pgbench.c:3071:17: warning: unused variable ‘command’ [-Wunused-variable]
>   const Command *command = sql_script[st->use_file].commands[st->command];
>                  ^~~~~~~

There is a typo in the doc (more over ->  moreover).

>        of all transaction tries; more over, you cannot use an unlimited number

        of all transaction tries; moreover, you cannot use an unlimited number

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

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

Предыдущее
От: Jacob Champion
Дата:
Сообщение: Re: Table AM modifications to accept column projection lists
Следующее
От: "Euler Taveira"
Дата:
Сообщение: Re: row filtering for logical replication