Re: pgbench - allow backslash-continuations in custom scripts

Поиск
Список
Период
Сортировка
От David Steele
Тема Re: pgbench - allow backslash-continuations in custom scripts
Дата
Msg-id 56E6ADE5.2090100@pgmasters.net
обсуждение исходный текст
Ответ на Re: pgbench - allow backslash-continuations in custom scripts  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Ответы Re: pgbench - allow backslash-continuations in custom scripts
Список pgsql-hackers
On 2/18/16 6:54 AM, Kyotaro HORIGUCHI wrote:

> First, I rebased the previous patch set and merged three of
> them. Now they are of three patches.
>
>
> 1. Making SQL parser part of psqlscan independent from psql.
>
>     Moved psql's baskslsh command stuff out of original psqlscan.l
>     and some psql stuff the parser directly looked are used via a
>     set of callback functions, which can be all NULL for usages
>     from other than psql.
>
> 2. Making pgbench to use the new psqlscan parser.
>
> 3. Changing the way to hold SQL/META commands from array to
>      linked list.
>
>      The #2 introduced linked list to store SQL multistatement but
>      immediately the caller moves the elements into an array. This
>      patch totally changes the way to linked list.

Any takers to review this updated patch?

-- 
-David
david@pgmasters.net



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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: Batch update of indexes
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Re: PATCH: Split stats file per database WAS: autovacuum stress-testing our system