mirror of https://github.com/citusdata/citus.git
Address reviews
parent
977170849a
commit
ca673ed6a5
|
@ -1546,8 +1546,7 @@ FetchAndValidateInsertVarIfExists(Oid targetRelationId, Query *query)
|
|||
continue;
|
||||
}
|
||||
|
||||
/* NOT MATCHED can have either INSERT or DO NOTHING */
|
||||
/* NOT MATCHED BY SOURCE in PG17 can also have UPDATE */
|
||||
/* NOT MATCHED can have either INSERT, DO NOTHING or UPDATE(PG17) */
|
||||
if (action->commandType == CMD_NOTHING || action->commandType == CMD_UPDATE)
|
||||
{
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in New Issue