Home
last modified time | relevance | path

Searched refs:ri_projectReturning (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/nodes/
H A Ddata_node_copy.c174 bool has_returning = rri_saved->ri_projectReturning != NULL; in data_node_copy_exec()
195 if (NULL != rri_chunk->ri_projectReturning && rri_desc->constr && in data_node_copy_exec()
212 Assert(NULL != rri_saved->ri_projectReturning); in data_node_copy_exec()
213 econtext = rri_saved->ri_projectReturning->pi_exprContext; in data_node_copy_exec()
/dports/databases/timescaledb/timescaledb-2.5.1/src/nodes/
H A Dchunk_insert_state.c101 rri->ri_projectReturning = rri_orig->ri_projectReturning; in create_chunk_result_relation_info()
125 Assert(rri_orig->ri_projectReturning == NULL); in create_compress_chunk_result_relation_info()
524 chunk_rri->ri_projectReturning = in adjust_projections()
525 get_adjusted_projection_info_returning(chunk_rri->ri_projectReturning, in adjust_projections()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DnodeModifyTable.c611 if (returningRelInfo->ri_projectReturning) in ExecInsert()
667 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
933 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
970 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1416 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1417 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2144 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2152 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2507 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DnodeModifyTable.c611 if (returningRelInfo->ri_projectReturning) in ExecInsert()
667 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
933 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
970 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1416 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1417 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2144 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2152 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2507 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DnodeModifyTable.c611 if (returningRelInfo->ri_projectReturning) in ExecInsert()
667 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
933 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
970 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1416 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1417 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2144 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2152 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2507 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DnodeModifyTable.c611 if (returningRelInfo->ri_projectReturning) in ExecInsert()
667 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
933 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
970 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1416 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1417 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2144 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2152 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2507 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DnodeModifyTable.c611 if (returningRelInfo->ri_projectReturning) in ExecInsert()
667 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
933 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
970 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1416 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1417 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2144 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2152 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2507 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DnodeModifyTable.c611 if (returningRelInfo->ri_projectReturning) in ExecInsert()
667 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
933 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
970 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1416 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1417 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2144 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2152 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2507 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DnodeModifyTable.c611 if (returningRelInfo->ri_projectReturning) in ExecInsert()
667 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
933 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
970 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1416 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1417 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2144 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2152 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2507 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c679 if (returningRelInfo->ri_projectReturning) in ExecInsert()
715 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
1039 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
1067 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1554 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1555 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2199 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2207 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2571 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c704 if (returningRelInfo->ri_projectReturning) in ExecInsert()
739 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
1063 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
1091 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1578 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1579 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2222 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2230 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2594 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c704 if (returningRelInfo->ri_projectReturning) in ExecInsert()
739 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
1063 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
1091 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1578 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1579 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2222 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2230 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2594 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c704 if (returningRelInfo->ri_projectReturning) in ExecInsert()
739 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
1063 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
1091 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1578 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1579 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2222 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2230 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2594 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c679 if (returningRelInfo->ri_projectReturning) in ExecInsert()
715 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
1039 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
1067 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1554 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1555 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2199 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2207 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2571 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c679 if (returningRelInfo->ri_projectReturning) in ExecInsert()
715 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
1039 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
1067 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1554 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1555 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2199 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2207 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2571 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c704 if (returningRelInfo->ri_projectReturning)
739 result = ExecProcessReturning(returningRelInfo->ri_projectReturning,
1063 if (processReturning && resultRelInfo->ri_projectReturning)
1091 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning,
1578 if (resultRelInfo->ri_projectReturning)
1579 return ExecProcessReturning(resultRelInfo->ri_projectReturning,
2222 Assert(resultRelInfo->ri_projectReturning);
2230 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning,
2594 resultRelInfo->ri_projectReturning =
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c704 if (returningRelInfo->ri_projectReturning) in pg_prepared_statement()
739 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in pg_prepared_statement()
1063 if (processReturning && resultRelInfo->ri_projectReturning)
1091 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning,
1578 if (resultRelInfo->ri_projectReturning)
1579 return ExecProcessReturning(resultRelInfo->ri_projectReturning,
2222 Assert(resultRelInfo->ri_projectReturning);
2230 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning,
2594 resultRelInfo->ri_projectReturning =
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c679 if (returningRelInfo->ri_projectReturning)
715 result = ExecProcessReturning(returningRelInfo->ri_projectReturning,
1039 if (processReturning && resultRelInfo->ri_projectReturning)
1067 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning,
1554 if (resultRelInfo->ri_projectReturning)
1555 return ExecProcessReturning(resultRelInfo->ri_projectReturning,
2199 Assert(resultRelInfo->ri_projectReturning);
2207 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning,
2571 resultRelInfo->ri_projectReturning =
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c679 if (returningRelInfo->ri_projectReturning) in ExecInsert()
715 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
1039 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
1067 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1554 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1555 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2199 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2207 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2571 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c679 if (returningRelInfo->ri_projectReturning)
715 result = ExecProcessReturning(returningRelInfo->ri_projectReturning,
1039 if (processReturning && resultRelInfo->ri_projectReturning)
1067 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning,
1554 if (resultRelInfo->ri_projectReturning)
1555 return ExecProcessReturning(resultRelInfo->ri_projectReturning,
2199 Assert(resultRelInfo->ri_projectReturning);
2207 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning,
2571 resultRelInfo->ri_projectReturning =
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/executor/
H A DnodeModifyTable.c679 if (returningRelInfo->ri_projectReturning) in ExecInsert()
715 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
1039 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
1067 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1554 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1555 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2199 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2207 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2571 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c704 if (returningRelInfo->ri_projectReturning) in ExecInsert()
739 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
1063 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
1091 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1578 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1579 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2222 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2230 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2594 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/executor/
H A DnodeModifyTable.c704 if (returningRelInfo->ri_projectReturning) in ExecInsert()
739 result = ExecProcessReturning(returningRelInfo->ri_projectReturning, in ExecInsert()
1063 if (processReturning && resultRelInfo->ri_projectReturning) in ExecDelete()
1091 rslot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecDelete()
1578 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1579 return ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecUpdate()
2222 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
2230 slot = ExecProcessReturning(resultRelInfo->ri_projectReturning, in ExecModifyTable()
2594 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DnodeModifyTable.c151 ProjectionInfo *projectReturning = resultRelInfo->ri_projectReturning; in ExecProcessReturning()
530 if (resultRelInfo->ri_projectReturning) in ExecInsert()
735 if (resultRelInfo->ri_projectReturning) in ExecDelete()
1056 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1422 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
1723 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DnodeModifyTable.c151 ProjectionInfo *projectReturning = resultRelInfo->ri_projectReturning; in ExecProcessReturning()
530 if (resultRelInfo->ri_projectReturning) in ExecInsert()
735 if (resultRelInfo->ri_projectReturning) in ExecDelete()
1056 if (resultRelInfo->ri_projectReturning) in ExecUpdate()
1422 Assert(resultRelInfo->ri_projectReturning); in ExecModifyTable()
1723 resultRelInfo->ri_projectReturning = in ExecInitModifyTable()

123456789