Re: pgbench - add minimal stats on initialization

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: pgbench - add minimal stats on initialization
Дата
Msg-id CA+hUKGKewEwbzS5k6ugDb86rRVdWO_ih_KFN+OZfiy4B0=Zaqg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgbench - add minimal stats on initialization  (Ibrar Ahmed <ibrar.ahmad@gmail.com>)
Список pgsql-hackers
On Fri, Apr 12, 2019 at 12:44 AM Ibrar Ahmed <ibrar.ahmad@gmail.com> wrote:
> The following review has been posted through the commitfest application:
> make installcheck-world:  tested, passed
> Implements feature:       tested, passed
> Spec compliant:           tested, passed
> Documentation:            not tested
>
> Patch works fine on my machine.
>
> The new status of this patch is: Ready for Committer

I spotted one typo, a comma where a semi-colon was wanted:

+                               op = "generate",
                                initGenerateData(con);
                                break;

I fixed that, ran it through pgindent and committed.  Thanks for the
patch and review!

-- 
Thomas Munro
https://enterprisedb.com



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [Proposal] Table-level Transparent Data Encryption (TDE) and KeyManagement Service (KMS)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: refactoring - share str2*int64 functions