Re: Warnings "unrecognized node type" for some DDLs with log_statement = 'ddl'

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Subject: Re: Warnings "unrecognized node type" for some DDLs with log_statement = 'ddl'
Date: 2017-09-14 21:19:48
Message-ID: CA+TgmoZ2ONjeawQ1JUf6dgJw=37L4SpZS0iJvB9JNOZwxiUxOw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 14, 2017 at 6:02 AM, Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com> wrote:
> Hmm...I am also able to reproduce the failures reported by you. Your
> patch does solve the problem. Just to confirm if we are still missing
> TAGS for any other Statement nodes, I had a quick look into the list
> given in 'nodes.h' file but couldn't find any missing nodes. So, yes,
> your patch does solve the problem completely and looks good to me.
> Thanks.

Committed and back-patched.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-09-14 21:44:22 Process startup infrastructure is a mess
Previous Message Andres Freund 2017-09-14 21:18:53 pgsql: Perform only one ReadControlFile() during startup.