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
da...@pgmasters.net


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to