mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +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:
@@ -358,6 +358,8 @@ typedef struct A_Indices
|
||||
NodeTag type;
|
||||
Node *lidx; /* NULL if it's a single subscript */
|
||||
Node *uidx;
|
||||
bool lidx_default;
|
||||
bool uidx_default;
|
||||
} A_Indices;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user