aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvvvv <vvvv@yandex-team.ru>2022-03-10 14:45:06 +0300
committervvvv <vvvv@yandex-team.ru>2022-03-10 14:45:06 +0300
commite79a78fe80b56fcee3e229dfca0adfc27d329913 (patch)
tree6db2d8506bd4a38f6a9901e2bfda32dd8d048db8
parent0232d475999dc4dba7f133a000bac5071e7f1244 (diff)
downloadydb-e79a78fe80b56fcee3e229dfca0adfc27d329913.tar.gz
YQL-13710 better type prefix
ref:11e8abc5b26737d656cf4b6a1168a17b2a89c314
-rw-r--r--ydb/library/yql/ast/yql_type_string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/ast/yql_type_string.cpp b/ydb/library/yql/ast/yql_type_string.cpp
index 149a062bb1c..a674697191c 100644
--- a/ydb/library/yql/ast/yql_type_string.cpp
+++ b/ydb/library/yql/ast/yql_type_string.cpp
@@ -1179,7 +1179,7 @@ private:
}
void Visit(const TPgExprType& type) final {
- Out_ << "pg_" << type.GetName();
+ Out_ << "pg" << type.GetName();
}
void Visit(const TWorldExprType& type) final {