mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +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:
@ -2765,6 +2765,8 @@ _outA_Indices(StringInfo str, const A_Indices *node)
|
||||
|
||||
WRITE_NODE_FIELD(lidx);
|
||||
WRITE_NODE_FIELD(uidx);
|
||||
WRITE_BOOL_FIELD(lidx_default);
|
||||
WRITE_BOOL_FIELD(uidx_default);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user