Home
last modified time | relevance | path

Searched refs:eq_opr_func (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/cache/
H A Dtypcache.c517 Oid eq_opr_func; in lookup_type_cache() local
519 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
520 if (eq_opr_func != InvalidOid) in lookup_type_cache()
521 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/cache/
H A Dtypcache.c517 Oid eq_opr_func; in lookup_type_cache() local
519 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
520 if (eq_opr_func != InvalidOid) in lookup_type_cache()
521 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/cache/
H A Dtypcache.c517 Oid eq_opr_func; in lookup_type_cache() local
519 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
520 if (eq_opr_func != InvalidOid) in lookup_type_cache()
521 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/cache/
H A Dtypcache.c521 Oid eq_opr_func; in lookup_type_cache() local
523 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
524 if (eq_opr_func != InvalidOid) in lookup_type_cache()
525 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/cache/
H A Dtypcache.c521 Oid eq_opr_func; in lookup_type_cache() local
523 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
524 if (eq_opr_func != InvalidOid) in lookup_type_cache()
525 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/cache/
H A Dtypcache.c521 Oid eq_opr_func; in lookup_type_cache() local
523 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
524 if (eq_opr_func != InvalidOid) in lookup_type_cache()
525 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/cache/
H A Dtypcache.c521 Oid eq_opr_func; in lookup_type_cache() local
523 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
524 if (eq_opr_func != InvalidOid) in lookup_type_cache()
525 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/cache/
H A Dtypcache.c521 Oid eq_opr_func; in lookup_type_cache() local
523 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
524 if (eq_opr_func != InvalidOid) in lookup_type_cache()
525 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/cache/
H A Dtypcache.c521 Oid eq_opr_func; in lookup_type_cache() local
523 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
524 if (eq_opr_func != InvalidOid) in lookup_type_cache()
525 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/cache/
H A Dtypcache.c521 Oid eq_opr_func; in lookup_type_cache() local
523 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
524 if (eq_opr_func != InvalidOid) in lookup_type_cache()
525 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/cache/
H A Dtypcache.c517 Oid eq_opr_func; in lookup_type_cache() local
519 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
520 if (eq_opr_func != InvalidOid) in lookup_type_cache()
521 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/cache/
H A Dtypcache.c517 Oid eq_opr_func; in lookup_type_cache() local
519 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
520 if (eq_opr_func != InvalidOid) in lookup_type_cache()
521 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/cache/
H A Dtypcache.c517 Oid eq_opr_func; in lookup_type_cache() local
519 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
520 if (eq_opr_func != InvalidOid) in lookup_type_cache()
521 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/cache/
H A Dtypcache.c517 Oid eq_opr_func; in lookup_type_cache() local
519 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
520 if (eq_opr_func != InvalidOid) in lookup_type_cache()
521 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/cache/
H A Dtypcache.c709 Oid eq_opr_func; in lookup_type_cache() local
711 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
712 if (eq_opr_func != InvalidOid) in lookup_type_cache()
713 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/cache/
H A Dtypcache.c709 Oid eq_opr_func; in lookup_type_cache() local
711 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
712 if (eq_opr_func != InvalidOid) in lookup_type_cache()
713 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/cache/
H A Dtypcache.c709 Oid eq_opr_func; in lookup_type_cache() local
711 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
712 if (eq_opr_func != InvalidOid) in lookup_type_cache()
713 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/cache/
H A Dtypcache.c709 Oid eq_opr_func; in lookup_type_cache() local
711 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
712 if (eq_opr_func != InvalidOid) in lookup_type_cache()
713 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/cache/
H A Dtypcache.c709 Oid eq_opr_func; in lookup_type_cache() local
711 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
712 if (eq_opr_func != InvalidOid) in lookup_type_cache()
713 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/cache/
H A Dtypcache.c709 Oid eq_opr_func; in lookup_type_cache() local
711 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
712 if (eq_opr_func != InvalidOid) in lookup_type_cache()
713 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/cache/
H A Dtypcache.c709 Oid eq_opr_func; in lookup_type_cache() local
711 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
712 if (eq_opr_func != InvalidOid) in lookup_type_cache()
713 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/cache/
H A Dtypcache.c711 Oid eq_opr_func; in lookup_type_cache() local
713 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
714 if (eq_opr_func != InvalidOid) in lookup_type_cache()
715 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/cache/
H A Dtypcache.c764 Oid eq_opr_func; in lookup_type_cache() local
766 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
767 if (eq_opr_func != InvalidOid) in lookup_type_cache()
768 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/cache/
H A Dtypcache.c764 Oid eq_opr_func; in lookup_type_cache() local
766 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
767 if (eq_opr_func != InvalidOid) in lookup_type_cache()
768 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/cache/
H A Dtypcache.c764 Oid eq_opr_func; in lookup_type_cache() local
766 eq_opr_func = get_opcode(typentry->eq_opr); in lookup_type_cache()
767 if (eq_opr_func != InvalidOid) in lookup_type_cache()
768 fmgr_info_cxt(eq_opr_func, &typentry->eq_opr_finfo, in lookup_type_cache()

12