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