Re: pgbench - refactor init functions with buffers

Поиск
Список
Период
Сортировка
От David Steele
Тема Re: pgbench - refactor init functions with buffers
Дата
Msg-id ede1338c-7640-c5bb-5a58-d9e208fd8740@pgmasters.net
обсуждение исходный текст
Ответ на Re: pgbench - refactor init functions with buffers  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: pgbench - refactor init functions with buffers  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
On 11/6/19 12:48 AM, Fabien COELHO wrote:
> 
> Hello Andres,
> 
>>> Attached v3 shorten some lines and adds "append_tablespace".
> 
> A v4 which just extends the patch to newly added 'G'.
> 
>> I'd prefer not to expand the use of pqexpbuffer in more places, and
>> instead rather see this use StringInfo, now that's also available to
>> frontend programs.
> 
> Franckly, one or the other does not matter much to me.

FWIW, I agree with Andres with regard to using StringInfo.

Also, the changes to executeStatementExpect() and adding 
executeStatement() do not seem to fit in with the purpose of this patch.

Regards,
-- 
-David
david@pgmasters.net



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

Предыдущее
От: Michail Nikolaev
Дата:
Сообщение: Re: [PATCH] Btree BackwardScan race condition on Standby during VACUUM
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: INSERT ... OVERRIDING USER VALUE vs GENERATED ALWAYS identity columns