Home
last modified time | relevance | path

Searched refs:newcoll (Results 1 – 25 of 106) sorted by relevance

12345

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
398 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
400 newcoll->arg = (Expr *) result; in coerce_type()
401 newcoll->collOid = coll->collOid; in coerce_type()
402 newcoll->location = coll->location; in coerce_type()
403 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr);
124 newcoll->arg = (Expr *) result;
125 newcoll->collOid = coll->collOid;
126 newcoll->location = coll->location;
127 result = (Node *) newcoll;
398 CollateExpr *newcoll = makeNode(CollateExpr);
400 newcoll->arg = (Expr *) result;
401 newcoll->collOid = coll->collOid;
402 newcoll->location = coll->location;
403 result = (Node *) newcoll;
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
398 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
400 newcoll->arg = (Expr *) result; in coerce_type()
401 newcoll->collOid = coll->collOid; in coerce_type()
402 newcoll->location = coll->location; in coerce_type()
403 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
398 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
400 newcoll->arg = (Expr *) result; in coerce_type()
401 newcoll->collOid = coll->collOid; in coerce_type()
402 newcoll->location = coll->location; in coerce_type()
403 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
398 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
400 newcoll->arg = (Expr *) result; in coerce_type()
401 newcoll->collOid = coll->collOid; in coerce_type()
402 newcoll->location = coll->location; in coerce_type()
403 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
398 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
400 newcoll->arg = (Expr *) result; in coerce_type()
401 newcoll->collOid = coll->collOid; in coerce_type()
402 newcoll->location = coll->location; in coerce_type()
403 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
398 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
400 newcoll->arg = (Expr *) result; in coerce_type()
401 newcoll->collOid = coll->collOid; in coerce_type()
402 newcoll->location = coll->location; in coerce_type()
403 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
398 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
400 newcoll->arg = (Expr *) result; in coerce_type()
401 newcoll->collOid = coll->collOid; in coerce_type()
402 newcoll->location = coll->location; in coerce_type()
403 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
397 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
399 newcoll->arg = (Expr *) result; in coerce_type()
400 newcoll->collOid = coll->collOid; in coerce_type()
401 newcoll->location = coll->location; in coerce_type()
402 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr);
124 newcoll->arg = (Expr *) result;
125 newcoll->collOid = coll->collOid;
126 newcoll->location = coll->location;
127 result = (Node *) newcoll;
398 CollateExpr *newcoll = makeNode(CollateExpr);
400 newcoll->arg = (Expr *) result;
401 newcoll->collOid = coll->collOid;
402 newcoll->location = coll->location;
403 result = (Node *) newcoll;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
398 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
400 newcoll->arg = (Expr *) result; in coerce_type()
401 newcoll->collOid = coll->collOid; in coerce_type()
402 newcoll->location = coll->location; in coerce_type()
403 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
398 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
400 newcoll->arg = (Expr *) result; in coerce_type()
401 newcoll->collOid = coll->collOid; in coerce_type()
402 newcoll->location = coll->location; in coerce_type()
403 result = (Node *) newcoll; in coerce_type()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/parser/
H A Dparse_coerce.c122 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_to_target_type() local
124 newcoll->arg = (Expr *) result; in coerce_to_target_type()
125 newcoll->collOid = coll->collOid; in coerce_to_target_type()
126 newcoll->location = coll->location; in coerce_to_target_type()
127 result = (Node *) newcoll; in coerce_to_target_type()
398 CollateExpr *newcoll = makeNode(CollateExpr); in coerce_type() local
400 newcoll->arg = (Expr *) result; in coerce_type()
401 newcoll->collOid = coll->collOid; in coerce_type()
402 newcoll->location = coll->location; in coerce_type()
403 result = (Node *) newcoll; in coerce_type()

12345