Re: Hook for extensible parsing.
Julien Rouhaud <rjuju123@gmail.com>
From: Julien Rouhaud <rjuju123@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2021-06-12T08:29:12Z
Lists: pgsql-hackers
Attachments
- v4-0001-Add-a-parser_hook-hook.patch (text/x-diff)
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.