Home
last modified time | relevance | path

Searched refs:first_partial_plan (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/databases/timescaledb/timescaledb-2.5.1/src/nodes/chunk_append/
H A Dexec.h27 int first_partial_plan; member
H A Dexec.c87 state->first_partial_plan = lfourth_int(settings); in ts_chunk_append_state_create()
91 state->filtered_first_partial_plan = state->first_partial_plan; in ts_chunk_append_state_create()
113 int filtered_first_partial_plan = state->first_partial_plan; in do_startup_exclusion()
161 if (i < state->first_partial_plan) in do_startup_exclusion()
/dports/databases/postgresql11-client/postgresql-11.14/src/include/nodes/
H A Dplannodes.h260 int first_partial_plan; member
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/nodes/
H A Dplannodes.h260 int first_partial_plan; member
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/nodes/
H A Dplannodes.h260 int first_partial_plan; member
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/nodes/
H A Dplannodes.h260 int first_partial_plan; member
/dports/databases/postgresql11-server/postgresql-11.14/src/include/nodes/
H A Dplannodes.h260 int first_partial_plan;
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/nodes/
H A Dplannodes.h260 int first_partial_plan; member
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/nodes/
H A Dplannodes.h260 int first_partial_plan; member
/dports/databases/postgresql12-client/postgresql-12.9/src/include/nodes/
H A Dplannodes.h258 int first_partial_plan; member
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/nodes/
H A Dplannodes.h258 int first_partial_plan; member
/dports/databases/postgresql12-server/postgresql-12.9/src/include/nodes/
H A Dplannodes.h258 int first_partial_plan;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/nodes/
H A Dplannodes.h258 int first_partial_plan;
/dports/databases/postgresql12-plperl/postgresql-12.9/src/include/nodes/
H A Dplannodes.h258 int first_partial_plan; member
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/nodes/
H A Dplannodes.h258 int first_partial_plan; member
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/nodes/
H A Dplannodes.h258 int first_partial_plan;
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c228 if (i >= node->first_partial_plan && j < firstvalid) in ExecInitAppend()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c228 if (i >= node->first_partial_plan && j < firstvalid) in ExecInitAppend()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c228 if (i >= node->first_partial_plan && j < firstvalid) in ExecInitAppend()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c228 if (i >= node->first_partial_plan && j < firstvalid) in ExecInitAppend()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c228 if (i >= node->first_partial_plan && j < firstvalid) in ExecInitAppend()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c228 if (i >= node->first_partial_plan && j < firstvalid)
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DnodeAppend.c226 if (i >= node->first_partial_plan && j < firstvalid) in ExecInitAppend()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c228 if (i >= node->first_partial_plan && j < firstvalid) in ExecInitAppend()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/nodes/
H A Dplannodes.h260 int first_partial_plan; member

1234567