Re: obsolete filename reference in parser README

Amit Langote <amitlangote09@gmail.com>

From: Amit Langote <amitlangote09@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2023-06-15T13:46:43Z
Lists: pgsql-hackers
On Thu, Jun 15, 2023 at 6:54 PM Amit Langote <amitlangote09@gmail.com> wrote:
> I noticed that 2f2b18bd3f55 forgot to remove the mention of
> parse_jsontable.c in src/backend/parser/README.
>
> Attached a patch to fix that.  Will push that shortly to HEAD and v15.

Pushed to HEAD only.   9853bf6ab0e that added parse_jsontable.c to the
README was not back-patched.

-- 
Thanks, Amit Langote
EDB: http://www.enterprisedb.com



Commits

  1. Remove outdated reference to a removed file