Re: Some questions about the array. - Mailing list pgsql-hackers

From Yury Zhuravlev
Subject Re: Some questions about the array.
Date
Msg-id 71a5d4d7-9270-422d-a1ca-5840b96358e1@postgrespro.ru
Whole thread Raw
In response to Re: Some questions about the array.  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: A typo in syncrep.c
Next
From: Aleksander Alekseev
Date:
Subject: Re: Patch: fix lock contention for HASHHDR.mutex