Home
last modified time | relevance | path

Searched refs:matched_exprs (Results 1 – 7 of 7) sorted by relevance

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c1251 Bitmapset *matched_exprs = NULL; in choose_best_statistics() local
1282 matched_exprs = bms_add_members(matched_exprs, expr_idxs); in choose_best_statistics()
1285 num_matched = bms_num_members(matched_attnums) + bms_num_members(matched_exprs); in choose_best_statistics()
1288 bms_free(matched_exprs); in choose_best_statistics()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c1251 Bitmapset *matched_exprs = NULL; in choose_best_statistics() local
1282 matched_exprs = bms_add_members(matched_exprs, expr_idxs); in choose_best_statistics()
1285 num_matched = bms_num_members(matched_attnums) + bms_num_members(matched_exprs); in choose_best_statistics()
1288 bms_free(matched_exprs); in choose_best_statistics()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c1251 Bitmapset *matched_exprs = NULL; in choose_best_statistics() local
1282 matched_exprs = bms_add_members(matched_exprs, expr_idxs); in choose_best_statistics()
1285 num_matched = bms_num_members(matched_attnums) + bms_num_members(matched_exprs); in choose_best_statistics()
1288 bms_free(matched_exprs); in choose_best_statistics()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c1251 Bitmapset *matched_exprs = NULL; in choose_best_statistics() local
1282 matched_exprs = bms_add_members(matched_exprs, expr_idxs); in choose_best_statistics()
1285 num_matched = bms_num_members(matched_attnums) + bms_num_members(matched_exprs); in choose_best_statistics()
1288 bms_free(matched_exprs); in choose_best_statistics()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c1251 Bitmapset *matched_exprs = NULL; in choose_best_statistics() local
1282 matched_exprs = bms_add_members(matched_exprs, expr_idxs); in choose_best_statistics()
1285 num_matched = bms_num_members(matched_attnums) + bms_num_members(matched_exprs); in choose_best_statistics()
1288 bms_free(matched_exprs); in choose_best_statistics()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c1251 Bitmapset *matched_exprs = NULL; in choose_best_statistics() local
1282 matched_exprs = bms_add_members(matched_exprs, expr_idxs); in choose_best_statistics()
1285 num_matched = bms_num_members(matched_attnums) + bms_num_members(matched_exprs); in choose_best_statistics()
1288 bms_free(matched_exprs); in choose_best_statistics()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c1251 Bitmapset *matched_exprs = NULL; in choose_best_statistics() local
1282 matched_exprs = bms_add_members(matched_exprs, expr_idxs); in choose_best_statistics()
1285 num_matched = bms_num_members(matched_attnums) + bms_num_members(matched_exprs); in choose_best_statistics()
1288 bms_free(matched_exprs); in choose_best_statistics()