Re: Hook for extensible parsing.

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Hook for extensible parsing.
Date: 2021-06-12 08:29:12
Message-ID: 20210612082912.wrbrkqjxl7is72c5@nol
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 08, 2021 at 12:16:48PM +0800, Julien Rouhaud wrote:
> On Sun, Jun 06, 2021 at 02:50:19PM +0800, Julien Rouhaud wrote:
> > On Sat, May 01, 2021 at 03:24:58PM +0800, Julien Rouhaud wrote:
> > >
> > > I'm attaching some POC patches that implement this approach to start a
> > > discussion.

The regression tests weren't stable, v4 fixes that.

Attachment Content-Type Size
v4-0001-Add-a-parser_hook-hook.patch text/x-diff 3.0 KB
v4-0002-Add-a-sqlol-parser.patch text/x-diff 43.6 KB
v4-0003-Add-a-new-MODE_SINGLE_QUERY-to-the-core-parser-an.patch text/x-diff 19.3 KB
v4-0004-Teach-sqlol-to-use-the-new-MODE_SINGLE_QUERY-pars.patch text/x-diff 13.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhihong Yu 2021-06-12 08:35:59 Re: Add client connection check during the execution of the query
Previous Message Michael Paquier 2021-06-12 07:48:50 Re: Race condition in recovery?