Re: pgbench - adding pl/pgsql versions of tests

Поиск
Список
Период
Сортировка
От Yugo NAGATA
Тема Re: pgbench - adding pl/pgsql versions of tests
Дата
Msg-id 20230605170526.95b8a52cdc473b7f5ae765f2@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: pgbench - adding pl/pgsql versions of tests  (Cary Huang <cary.huang@highgo.ca>)
Список pgsql-hackers
On Fri, 24 Mar 2023 22:17:33 +0000
Cary Huang <cary.huang@highgo.ca> wrote:

> The following review has been posted through the commitfest application:
> make installcheck-world:  not tested
> Implements feature:       tested, passed
> Spec compliant:           not tested
> Documentation:            not tested

The patch would need documentations describing the new options.

> 
> Hi
> 
> thank you for the patch. It can be applied to current master branch and compiled fine. 

I also confirmed that it can be applied and complied, although it raised warnings
about whitespace errors.

/tmp/pgbench-plpgsql-001.patch:68: trailing whitespace.
    executeStatement(con, 
/tmp/pgbench-plpgsql-001.patch:102: trailing whitespace.
    executeStatement(con, 
warning: 2 lines add whitespace errors.

> The feature works as described, I am able to run plpgsql-tpcb-like and plpgsql-simple-update scripts as you have
addedthem.
 
> 
> But I am not sure the purpose of --no-function to prevent the creation of pl/pgsql functions when the new plpgsql
testscripts need them. 
 
> 
> I initialized pgbench database with --no-function, and plpgsql-tpcb-like and plpgsql-simple-update scripts will fail
torun
 

I am not sure either whether --no-function option is necessary.
Although there is --no-vacuum, I guess this would be intended to
reduce the initialization time.  I don't think omitting creating
functions  has such effect. So, I wonder -no-function is unnecessary,
as similar to that there are no option to omitting to create tables.


Regards,
Yugo Nagata


-- 
Yugo NAGATA <nagata@sraoss.co.jp>



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

Предыдущее
От: benoit
Дата:
Сообщение: RE: Adding percentile metrics to pg_stat_statements module
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: [PATCH] Slight improvement of worker_spi.c example