mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Reconcile nodes/*funcs.c with PostgreSQL 12 work.
One would have needed out-of-tree code to observe the defects. Remove unreferenced fields instead of completing their support functions. Since in-tree code can't reach _readIntoClause(), no catversion bump.
This commit is contained in:
@ -306,7 +306,6 @@ transformContainerSubscripts(ParseState *pstate,
|
||||
bool isSlice = false;
|
||||
List *upperIndexpr = NIL;
|
||||
List *lowerIndexpr = NIL;
|
||||
List *indexprSlice = NIL;
|
||||
ListCell *idx;
|
||||
SubscriptingRef *sbsref;
|
||||
|
||||
@ -450,7 +449,6 @@ transformContainerSubscripts(ParseState *pstate,
|
||||
/* refcollid will be set by parse_collate.c */
|
||||
sbsref->refupperindexpr = upperIndexpr;
|
||||
sbsref->reflowerindexpr = lowerIndexpr;
|
||||
sbsref->refindexprslice = indexprSlice;
|
||||
sbsref->refexpr = (Expr *) containerBase;
|
||||
sbsref->refassgnexpr = (Expr *) assignFrom;
|
||||
|
||||
|
Reference in New Issue
Block a user