Skip to content

Commit 1790ae6

Browse files
committed
Fixes
1 parent ec460b7 commit 1790ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/sql/pg/pg_sql.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2912,7 +2912,7 @@ class TConverter : public IPGParseEvents {
29122912
case AT_ColumnDefault: { /* ALTER COLUMN DEFAULT */
29132913
const auto* def = cmd->def;
29142914
const auto* colName = cmd->name;
2915-
switch (NodeTag(def)) {
2915+
switch (NodeTag(def)) {
29162916
case T_FuncCall: {
29172917
const auto* newDefault = CAST_NODE(FuncCall, def);
29182918
const auto* funcName = ListNodeNth(newDefault->funcname, 0);

0 commit comments

Comments
 (0)