mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Allow to omit boundaries in array subscript
Allow to omiy lower or upper or both boundaries in array subscript for selecting slice of array. Author: YUriy Zhuravlev
This commit is contained in:
@@ -2153,6 +2153,8 @@ _equalAIndices(const A_Indices *a, const A_Indices *b)
|
||||
{
|
||||
COMPARE_NODE_FIELD(lidx);
|
||||
COMPARE_NODE_FIELD(uidx);
|
||||
COMPARE_SCALAR_FIELD(lidx_default);
|
||||
COMPARE_SCALAR_FIELD(uidx_default);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user