Home
last modified time | relevance | path

Searched refs:funcexpr (Results 1 – 25 of 963) sorted by relevance

12345678910>>...39

/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/parser/
H A Dmakefuncs.c487 FuncExpr *funcexpr; in makeFuncExpr() local
489 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
490 funcexpr->funcid = funcid; in makeFuncExpr()
491 funcexpr->funcresulttype = rettype; in makeFuncExpr()
492 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
494 funcexpr->funcformat = fformat; in makeFuncExpr()
495 funcexpr->funccollid = funccollid; in makeFuncExpr()
496 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
497 funcexpr->args = args; in makeFuncExpr()
498 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/parser/
H A Dmakefuncs.c518 FuncExpr *funcexpr; in makeFuncExpr() local
520 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
521 funcexpr->funcid = funcid; in makeFuncExpr()
522 funcexpr->funcresulttype = rettype; in makeFuncExpr()
523 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
525 funcexpr->funcformat = fformat; in makeFuncExpr()
526 funcexpr->funccollid = funccollid; in makeFuncExpr()
527 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
528 funcexpr->args = args; in makeFuncExpr()
529 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/parser/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/parser/
H A Dmakefuncs.c521 FuncExpr *funcexpr; in makeFuncExpr() local
523 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
524 funcexpr->funcid = funcid; in makeFuncExpr()
525 funcexpr->funcresulttype = rettype; in makeFuncExpr()
526 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
528 funcexpr->funcformat = fformat; in makeFuncExpr()
529 funcexpr->funccollid = funccollid; in makeFuncExpr()
530 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
531 funcexpr->args = args; in makeFuncExpr()
532 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/parser/
H A Dmakefuncs.c520 FuncExpr *funcexpr; in makeFuncExpr() local
522 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
523 funcexpr->funcid = funcid; in makeFuncExpr()
524 funcexpr->funcresulttype = rettype; in makeFuncExpr()
525 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
527 funcexpr->funcformat = fformat; in makeFuncExpr()
528 funcexpr->funccollid = funccollid; in makeFuncExpr()
529 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
530 funcexpr->args = args; in makeFuncExpr()
531 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/parser/
H A Dmakefuncs.c519 FuncExpr *funcexpr; in makeFuncExpr() local
521 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
522 funcexpr->funcid = funcid; in makeFuncExpr()
523 funcexpr->funcresulttype = rettype; in makeFuncExpr()
524 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
526 funcexpr->funcformat = fformat; in makeFuncExpr()
527 funcexpr->funccollid = funccollid; in makeFuncExpr()
528 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
529 funcexpr->args = args; in makeFuncExpr()
530 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/nodes/
H A Dmakefuncs.c521 FuncExpr *funcexpr; in makeFuncExpr() local
523 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
524 funcexpr->funcid = funcid; in makeFuncExpr()
525 funcexpr->funcresulttype = rettype; in makeFuncExpr()
526 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
528 funcexpr->funcformat = fformat; in makeFuncExpr()
529 funcexpr->funccollid = funccollid; in makeFuncExpr()
530 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
531 funcexpr->args = args; in makeFuncExpr()
532 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/nodes/
H A Dmakefuncs.c521 FuncExpr *funcexpr; in makeFuncExpr() local
523 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
524 funcexpr->funcid = funcid; in makeFuncExpr()
525 funcexpr->funcresulttype = rettype; in makeFuncExpr()
526 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
528 funcexpr->funcformat = fformat; in makeFuncExpr()
529 funcexpr->funccollid = funccollid; in makeFuncExpr()
530 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
531 funcexpr->args = args; in makeFuncExpr()
532 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/nodes/
H A Dmakefuncs.c521 FuncExpr *funcexpr; in makeFuncExpr() local
523 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
524 funcexpr->funcid = funcid; in makeFuncExpr()
525 funcexpr->funcresulttype = rettype; in makeFuncExpr()
526 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
528 funcexpr->funcformat = fformat; in makeFuncExpr()
529 funcexpr->funccollid = funccollid; in makeFuncExpr()
530 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
531 funcexpr->args = args; in makeFuncExpr()
532 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/nodes/
H A Dmakefuncs.c521 FuncExpr *funcexpr; in makeFuncExpr() local
523 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
524 funcexpr->funcid = funcid; in makeFuncExpr()
525 funcexpr->funcresulttype = rettype; in makeFuncExpr()
526 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
528 funcexpr->funcformat = fformat; in makeFuncExpr()
529 funcexpr->funccollid = funccollid; in makeFuncExpr()
530 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
531 funcexpr->args = args; in makeFuncExpr()
532 funcexpr->location = -1; in makeFuncExpr()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/nodes/
H A Dmakefuncs.c521 FuncExpr *funcexpr; in makeFuncExpr() local
523 funcexpr = makeNode(FuncExpr); in makeFuncExpr()
524 funcexpr->funcid = funcid; in makeFuncExpr()
525 funcexpr->funcresulttype = rettype; in makeFuncExpr()
526 funcexpr->funcretset = false; /* only allowed case here */ in makeFuncExpr()
528 funcexpr->funcformat = fformat; in makeFuncExpr()
529 funcexpr->funccollid = funccollid; in makeFuncExpr()
530 funcexpr->inputcollid = inputcollid; in makeFuncExpr()
531 funcexpr->args = args; in makeFuncExpr()
532 funcexpr->location = -1; in makeFuncExpr()
[all …]

12345678910>>...39