Re: Hook for extensible parsing.

From: Jim Mlodgenski <jimmy76(at)gmail(dot)com>
To: Julien Rouhaud <rjuju123(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Hook for extensible parsing.
Date: 2021-07-07 12:44:56
Message-ID: CAB_5SRcU8+aeBxvdnUicOKYuV3bDXdudDb_jX-u+m-eO_pNuEQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jul 7, 2021 at 5:26 AM Julien Rouhaud <rjuju123(at)gmail(dot)com> wrote:
>
> Also, if this patch is eventually committed and having some code to
> experience the hook is wanted it would probably be better to have a
> very naive parser (based on a few strcmp() calls or something like
> that) to validate the behavior rather than having a real parser.
>

The test module is very useful to show how to use the hook but it isn't
very useful to the general user like most other things in contrib. It probably
fits better in src/test/modules

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2021-07-07 12:50:16 Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors
Previous Message Joe Conway 2021-07-07 12:14:03 Re: Cosmic ray hits integerset