Re: Some questions about the array.

From: Yury Zhuravlev <u(dot)zhuravlev(at)postgrespro(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Some questions about the array.
Date: 2015-12-22 15:36:24
Message-ID: 71a5d4d7-9270-422d-a1ca-5840b96358e1@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> I think you are confused about the difference between a NULL constant
> (which would give rise to an A_Const syntax tree node) and a NULL
> syntax tree pointer (which cannot arise from any actual syntactical
> construct, and would only be present if the grammar put it there due
> to lack of any corresponding item in the input).
>
> regards, tom lane

You're right. I will try to provide a patch as soon as possible.
Thanks.

--
Yury Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-12-22 15:37:15 Re: A typo in syncrep.c
Previous Message Robert Haas 2015-12-22 15:33:04 Re: Patch to improve a few appendStringInfo* calls