Home
last modified time | relevance | path

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

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c2789 Bitmapset *this_strats; in make_row_comparison_op() local
2798 this_strats = NULL; in make_row_comparison_op()
2803 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2806 strats = this_strats; in make_row_comparison_op()
2808 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c2789 Bitmapset *this_strats; in make_row_comparison_op() local
2798 this_strats = NULL; in make_row_comparison_op()
2803 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2806 strats = this_strats; in make_row_comparison_op()
2808 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c2789 Bitmapset *this_strats; in make_row_comparison_op() local
2798 this_strats = NULL; in make_row_comparison_op()
2803 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2806 strats = this_strats; in make_row_comparison_op()
2808 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c2789 Bitmapset *this_strats; in make_row_comparison_op() local
2798 this_strats = NULL; in make_row_comparison_op()
2803 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2806 strats = this_strats; in make_row_comparison_op()
2808 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c2789 Bitmapset *this_strats;
2798 this_strats = NULL;
2803 this_strats = bms_add_member(this_strats, opinfo->strategy);
2806 strats = this_strats;
2808 strats = bms_int_members(strats, this_strats);
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c2789 Bitmapset *this_strats;
2798 this_strats = NULL;
2803 this_strats = bms_add_member(this_strats, opinfo->strategy);
2806 strats = this_strats;
2808 strats = bms_int_members(strats, this_strats);
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/parser/
H A Dparse_expr.c2789 Bitmapset *this_strats; in make_row_comparison_op() local
2798 this_strats = NULL; in make_row_comparison_op()
2803 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2806 strats = this_strats; in make_row_comparison_op()
2808 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/parser/
H A Dparse_expr.c2717 Bitmapset *this_strats; in make_row_comparison_op() local
2726 this_strats = NULL; in make_row_comparison_op()
2731 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2734 strats = this_strats; in make_row_comparison_op()
2736 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/parser/
H A Dparse_expr.c2717 Bitmapset *this_strats; in make_row_comparison_op() local
2726 this_strats = NULL; in make_row_comparison_op()
2731 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2734 strats = this_strats; in make_row_comparison_op()
2736 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/parser/
H A Dparse_expr.c2717 Bitmapset *this_strats; in make_row_comparison_op() local
2726 this_strats = NULL; in make_row_comparison_op()
2731 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2734 strats = this_strats; in make_row_comparison_op()
2736 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c2872 Bitmapset *this_strats; in make_row_comparison_op() local
2881 this_strats = NULL; in make_row_comparison_op()
2886 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2889 strats = this_strats; in make_row_comparison_op()
2891 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c2872 Bitmapset *this_strats; in make_row_comparison_op() local
2881 this_strats = NULL; in make_row_comparison_op()
2886 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2889 strats = this_strats; in make_row_comparison_op()
2891 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c2872 Bitmapset *this_strats; in make_row_comparison_op() local
2881 this_strats = NULL; in make_row_comparison_op()
2886 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2889 strats = this_strats; in make_row_comparison_op()
2891 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c2881 Bitmapset *this_strats; in make_row_comparison_op() local
2890 this_strats = NULL; in make_row_comparison_op()
2895 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2898 strats = this_strats; in make_row_comparison_op()
2900 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c2872 Bitmapset *this_strats; in make_row_comparison_op() local
2881 this_strats = NULL; in make_row_comparison_op()
2886 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2889 strats = this_strats; in make_row_comparison_op()
2891 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c2872 Bitmapset *this_strats; in make_row_comparison_op() local
2881 this_strats = NULL; in make_row_comparison_op()
2886 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2889 strats = this_strats; in make_row_comparison_op()
2891 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c2872 Bitmapset *this_strats; in make_row_comparison_op() local
2881 this_strats = NULL; in make_row_comparison_op()
2886 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2889 strats = this_strats; in make_row_comparison_op()
2891 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/parser/
H A Dparse_expr.c2872 Bitmapset *this_strats; in make_row_comparison_op() local
2881 this_strats = NULL; in make_row_comparison_op()
2886 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2889 strats = this_strats; in make_row_comparison_op()
2891 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c2881 Bitmapset *this_strats; in make_row_comparison_op() local
2890 this_strats = NULL; in make_row_comparison_op()
2895 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2898 strats = this_strats; in make_row_comparison_op()
2900 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c2881 Bitmapset *this_strats; in make_row_comparison_op() local
2890 this_strats = NULL; in make_row_comparison_op()
2895 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2898 strats = this_strats; in make_row_comparison_op()
2900 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c2881 Bitmapset *this_strats; in make_row_comparison_op() local
2890 this_strats = NULL; in make_row_comparison_op()
2895 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2898 strats = this_strats; in make_row_comparison_op()
2900 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c2881 Bitmapset *this_strats;
2890 this_strats = NULL;
2895 this_strats = bms_add_member(this_strats, opinfo->strategy);
2898 strats = this_strats;
2900 strats = bms_int_members(strats, this_strats);
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c2881 Bitmapset *this_strats; in make_row_comparison_op() local
2890 this_strats = NULL; in make_row_comparison_op()
2895 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2898 strats = this_strats; in make_row_comparison_op()
2900 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/parser/
H A Dparse_expr.c2881 Bitmapset *this_strats;
2890 this_strats = NULL;
2895 this_strats = bms_add_member(this_strats, opinfo->strategy);
2898 strats = this_strats;
2900 strats = bms_int_members(strats, this_strats);
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/parser/
H A Dparse_expr.c2717 Bitmapset *this_strats; in make_row_comparison_op() local
2726 this_strats = NULL; in make_row_comparison_op()
2731 this_strats = bms_add_member(this_strats, opinfo->strategy); in make_row_comparison_op()
2734 strats = this_strats; in make_row_comparison_op()
2736 strats = bms_int_members(strats, this_strats); in make_row_comparison_op()

12