Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed Apr 24, 2024
1 parent 453ce9f commit a19886a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ydb/library/yql/sql/pg/pg_sql.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2781,10 +2781,6 @@ class TConverter : public IPGParseEvents {
}
break;
}
case T_String: {
options.emplace_back(QL(QAX(nameElem), QA(strVal(defElem->arg))));
break;
}
default:
NodeNotImplemented(defElem->arg);
return nullptr;
Expand Down

0 comments on commit a19886a

Please sign in to comment.