diff --git a/edb/pgsql/resolver/command.py b/edb/pgsql/resolver/command.py index 6e0b0f48277..74f24339e6e 100644 --- a/edb/pgsql/resolver/command.py +++ b/edb/pgsql/resolver/command.py @@ -423,7 +423,7 @@ def _uncompile_insert_object_stmt( external_rels={ value_id: ( value_rel, - (pgce.PathAspect.SOURCE, pgce.PathAspect.IDENTITY), + (pgce.PathAspect.SOURCE,), ) }, early_result=context.CompiledDML( @@ -692,7 +692,7 @@ def _uncompile_insert_pointer_stmt( external_rels={ source_id: ( value_rel, - (pgce.PathAspect.SOURCE, pgce.PathAspect.IDENTITY), + (pgce.PathAspect.SOURCE,), ) }, early_result=context.CompiledDML( @@ -922,7 +922,7 @@ def _uncompile_delete_object_stmt( external_rels={ value_id: ( value_rel, - (pgce.PathAspect.SOURCE, pgce.PathAspect.IDENTITY), + (pgce.PathAspect.SOURCE,), ) }, early_result=context.CompiledDML( @@ -1114,7 +1114,7 @@ def _uncompile_delete_pointer_stmt( external_rels={ source_id: ( value_rel, - (pgce.PathAspect.SOURCE, pgce.PathAspect.IDENTITY), + (pgce.PathAspect.SOURCE,), ) }, early_result=context.CompiledDML( @@ -1369,7 +1369,7 @@ def is_default(e: pgast.BaseExpr) -> bool: external_rels={ value_id: ( value_rel, - (pgce.PathAspect.SOURCE, pgce.PathAspect.IDENTITY), + (pgce.PathAspect.SOURCE,), ) }, early_result=context.CompiledDML(