Address reviews

pull/7807/head
naisila 2024-12-27 11:43:59 +03:00 committed by Naisila Puka
parent 977170849a
commit ca673ed6a5
1 changed files with 1 additions and 2 deletions

View File

@ -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;