Home
last modified time | relevance | path

Searched refs:ltproc (Results 51 – 75 of 85) sorted by relevance

1234

/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/path/
H A Dindxpath.c4017 FmgrInfo ltproc; in prefix_quals() local
4117 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4118 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/optimizer/path/
H A Dindxpath.c4017 FmgrInfo ltproc; in prefix_quals() local
4117 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4118 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/path/
H A Dindxpath.c4017 FmgrInfo ltproc;
4117 fmgr_info(get_opcode(oproid), &ltproc);
4118 greaterstr = make_greater_string(prefix_const, &ltproc, collation);
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/path/
H A Dindxpath.c3953 FmgrInfo ltproc; in prefix_quals() local
4053 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4054 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/optimizer/path/
H A Dindxpath.c3953 FmgrInfo ltproc; in prefix_quals() local
4053 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4054 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/optimizer/path/
H A Dindxpath.c3953 FmgrInfo ltproc; in prefix_quals() local
4053 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4054 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/optimizer/path/
H A Dindxpath.c3953 FmgrInfo ltproc; in prefix_quals() local
4053 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4054 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/path/
H A Dindxpath.c4084 FmgrInfo ltproc; in prefix_quals() local
4184 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4185 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/path/
H A Dindxpath.c4084 FmgrInfo ltproc; in prefix_quals() local
4184 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4185 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/path/
H A Dindxpath.c4084 FmgrInfo ltproc; in prefix_quals() local
4184 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4185 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/path/
H A Dindxpath.c4084 FmgrInfo ltproc; in prefix_quals() local
4184 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4185 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/path/
H A Dindxpath.c4084 FmgrInfo ltproc; in prefix_quals() local
4184 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4185 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/path/
H A Dindxpath.c4084 FmgrInfo ltproc; in prefix_quals() local
4184 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4185 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/path/
H A Dindxpath.c4084 FmgrInfo ltproc; in prefix_quals() local
4184 fmgr_info(get_opcode(oproid), &ltproc); in prefix_quals()
4185 greaterstr = make_greater_string(prefix_const, &ltproc, collation); in prefix_quals()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dselfuncs.c5999 make_greater_string(const Const *str_const, FmgrInfo *ltproc, Oid collation) in make_greater_string() argument
6104 if (DatumGetBool(FunctionCall2Coll(ltproc, in make_greater_string()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dselfuncs.c5999 make_greater_string(const Const *str_const, FmgrInfo *ltproc, Oid collation) in make_greater_string() argument
6104 if (DatumGetBool(FunctionCall2Coll(ltproc, in make_greater_string()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dselfuncs.c5999 make_greater_string(const Const *str_const, FmgrInfo *ltproc, Oid collation) in make_greater_string() argument
6104 if (DatumGetBool(FunctionCall2Coll(ltproc, in make_greater_string()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Dselfuncs.c5999 make_greater_string(const Const *str_const, FmgrInfo *ltproc, Oid collation) in make_greater_string() argument
6104 if (DatumGetBool(FunctionCall2Coll(ltproc, in make_greater_string()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/adt/
H A Dselfuncs.c5999 make_greater_string(const Const *str_const, FmgrInfo *ltproc, Oid collation) in make_greater_string() argument
6104 if (DatumGetBool(FunctionCall2Coll(ltproc, in make_greater_string()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/adt/
H A Dselfuncs.c5999 make_greater_string(const Const *str_const, FmgrInfo *ltproc, Oid collation) in make_greater_string() argument
6104 if (DatumGetBool(FunctionCall2Coll(ltproc, in make_greater_string()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/adt/
H A Dselfuncs.c5999 make_greater_string(const Const *str_const, FmgrInfo *ltproc, Oid collation) in make_greater_string() argument
6104 if (DatumGetBool(FunctionCall2Coll(ltproc, in make_greater_string()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dselfuncs.c6586 make_greater_string(const Const *str_const, FmgrInfo *ltproc, Oid collation) in make_greater_string() argument
6690 if (DatumGetBool(FunctionCall2Coll(ltproc, in make_greater_string()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dselfuncs.c6191 make_greater_string(const Const *str_const, FmgrInfo *ltproc, Oid collation) in make_greater_string() argument
6295 if (DatumGetBool(FunctionCall2Coll(ltproc, in make_greater_string()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Dselfuncs.c6191 make_greater_string(const Const *str_const, FmgrInfo *ltproc, Oid collation) in make_greater_string() argument
6295 if (DatumGetBool(FunctionCall2Coll(ltproc, in make_greater_string()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dselfuncs.c6191 make_greater_string(const Const *str_const, FmgrInfo *ltproc, Oid collation) in make_greater_string() argument
6295 if (DatumGetBool(FunctionCall2Coll(ltproc, in make_greater_string()

1234