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

From Alexander Korotkov
Subject Re: Some questions about the array.
Date
Msg-id CAPpHfdv_zvPEs-6FRXPgenGYA6mWKferbRgg6hKKZYytjdX4NQ@mail.gmail.com
Whole thread Raw
In response to Re: Some questions about the array.  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Some questions about the array.  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
On Mon, Nov 9, 2015 at 4:53 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
2015-11-09 14:44 GMT+01:00 YUriy Zhuravlev <u.zhuravlev@postgrespro.ru>:
On Monday 09 November 2015 13:50:20 Pavel Stehule wrote:
> New symbols increase a complexity of our code and our documentation.
>
> If some functionality can be implemented via functions without performance
> impacts, we should not to create new operators or syntax - mainly for
> corner use cases.
>
> Regards
>
> Pavel

Ok we can use {:} instead [:] for zero array access.
The function is the solution half.

It isn't solution. The any syntax/behave change have to have stronger motivation. We had so talk about it 20 years ago :(

Assuming array[~n] has a current meaning, could we give a try to new syntax which doesn't have current meaning? Not yet sure what exactly it could be...

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

pgsql-hackers by date:

Previous
From: Jesper Pedersen
Date:
Subject: Re: Move PinBuffer and UnpinBuffer to atomics
Next
From: Alvaro Herrera
Date:
Subject: Re: [PATCH] Refactoring of LWLock tranches