warnings from parser?

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: warnings from parser?
Date: 2018-09-10 17:23:40
Message-ID: CAFj8pRCNTRL5=kUUKKMbhvZJHYHukJb4h3i1HAz+4dEP-y85+g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

I got new warnings

gram.y: In function ‘base_yyparse’:
gram.y:4507:20: warning: assignment to ‘CollateClause *’ {aka ‘struct
CollateClause *’} from incompatible pointer type ‘Node *’ {aka ‘>
n->collClause = $7;
^
gram.y:4519:20: warning: assignment to ‘CollateClause *’ {aka ‘struct
CollateClause *’} from incompatible pointer type ‘Node *’ {aka ‘>
n->collClause = $10;
^

Regards

Pavel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2018-09-10 17:25:11 Re: warnings from parser?
Previous Message Andres Freund 2018-09-10 16:50:15 Re: master, static inline and #ifndef FRONTEND