Re: Add table access method as an option to pgbench

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Add table access method as an option to pgbench
Дата
Msg-id X73SZQNSPxRC1mCP@paquier.xyz
обсуждение исходный текст
Ответ на Add table access method as an option to pgbench  (David Zhang <david.zhang@highgo.ca>)
Ответы Re: Add table access method as an option to pgbench
Re: Add table access method as an option to pgbench
Список pgsql-hackers
On Tue, Nov 24, 2020 at 03:32:38PM -0800, David Zhang wrote:
> But, providing another option for the end user may not be a bad idea, and it
> might make the tests easier at some points.

My first thought is that we have no need to complicate pgbench with
this option because there is a GUC able to do that, but we do that for
tablespaces, so...  No objections from here.

> The attached file is quick patch for this.
>
> Thoughts?

This patch does not apply on HEAD, where you can just use
appendPQExpBuffer() to append the new clause to the CREATE TABLE
query.  This needs proper documentation.
--
Michael

Вложения

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

Предыдущее
От: Euler Taveira
Дата:
Сообщение: Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: About adding a new filed to a struct in primnodes.h