Home
last modified time | relevance | path

Searched refs:hash_spills (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c1890 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1901 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2130 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3128 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3132 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3143 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3144 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3202 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3208 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3213 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c1890 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1901 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2130 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3128 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3132 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3143 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3144 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3202 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3208 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3213 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DnodeAgg.c1897 Assert(aggstate->hash_spills == NULL);
1908 HashAggSpill *spill = &aggstate->hash_spills[setno];
2138 HashAggSpill *spill = &aggstate->hash_spills[setno]; in sqlfunction_shutdown()
3136 if (aggstate->hash_spills != NULL)
3140 HashAggSpill *spill = &aggstate->hash_spills[setno];
3151 pfree(aggstate->hash_spills);
3152 aggstate->hash_spills = NULL;
3210 if (aggstate->hash_spills != NULL)
3216 HashAggSpill *spill = &aggstate->hash_spills[setno];
3221 pfree(aggstate->hash_spills);
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c1890 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1901 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2130 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3128 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3132 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3143 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3144 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3202 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3208 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3213 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c1890 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1901 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2130 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3128 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3132 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3143 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3144 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3202 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3208 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3213 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c1890 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1901 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2130 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3128 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3132 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3143 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3144 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3202 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3208 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3213 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DnodeAgg.c1897 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1908 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2138 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3136 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3140 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3151 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3152 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3210 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3216 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3221 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c1890 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1901 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2130 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3128 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3132 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3143 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3144 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3202 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3208 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3213 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DnodeAgg.c1897 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1908 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2138 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3136 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3140 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3151 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3152 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3210 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3216 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3221 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c1890 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1901 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2130 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3128 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3132 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3143 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3144 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3202 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3208 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3213 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DnodeAgg.c1897 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1908 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2138 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3136 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3140 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3151 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3152 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3210 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3216 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3221 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A DnodeAgg.c1897 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1908 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2138 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3136 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3140 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3151 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3152 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3210 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3216 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3221 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/executor/
H A DnodeAgg.c1897 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1908 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2138 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3136 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3140 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3151 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3152 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3210 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3216 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3221 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/executor/
H A DnodeAgg.c1897 Assert(aggstate->hash_spills == NULL); in hash_agg_enter_spill_mode()
1908 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hash_agg_enter_spill_mode()
2138 HashAggSpill *spill = &aggstate->hash_spills[setno]; in lookup_hash_entries()
3136 if (aggstate->hash_spills != NULL) in hashagg_finish_initial_spills()
3140 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_finish_initial_spills()
3151 pfree(aggstate->hash_spills); in hashagg_finish_initial_spills()
3152 aggstate->hash_spills = NULL; in hashagg_finish_initial_spills()
3210 if (aggstate->hash_spills != NULL) in hashagg_reset_spill_state()
3216 HashAggSpill *spill = &aggstate->hash_spills[setno]; in hashagg_reset_spill_state()
3221 pfree(aggstate->hash_spills); in hashagg_reset_spill_state()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2319 struct HashAggSpill *hash_spills; /* HashAggSpill for each grouping set, member
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2319 struct HashAggSpill *hash_spills; /* HashAggSpill for each grouping set, member
/dports/databases/postgresql14-server/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2319 struct HashAggSpill *hash_spills; /* HashAggSpill for each grouping set, member
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2319 struct HashAggSpill *hash_spills; /* HashAggSpill for each grouping set, member
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2319 struct HashAggSpill *hash_spills; /* HashAggSpill for each grouping set, member
/dports/databases/postgresql13-server/postgresql-13.5/src/include/nodes/
H A Dexecnodes.h2200 struct HashAggSpill *hash_spills; /* HashAggSpill for each grouping set,
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2319 struct HashAggSpill *hash_spills; /* HashAggSpill for each grouping set, member
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/nodes/
H A Dexecnodes.h2200 struct HashAggSpill *hash_spills; /* HashAggSpill for each grouping set,
/dports/databases/postgresql14-client/postgresql-14.1/src/include/nodes/
H A Dexecnodes.h2319 struct HashAggSpill *hash_spills; /* HashAggSpill for each grouping set, member
/dports/databases/postgresql13-client/postgresql-13.5/src/include/nodes/
H A Dexecnodes.h2200 struct HashAggSpill *hash_spills; /* HashAggSpill for each grouping set, member
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/nodes/
H A Dexecnodes.h2200 struct HashAggSpill *hash_spills; /* HashAggSpill for each grouping set, member

12