Skip to content

Commit 29eaa4e

Browse files
authored
avoid uninit stype (#9832)
1 parent bbb4500 commit 29eaa4e

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
@@ -5852,7 +5852,7 @@ class TExtensionHandler : public IPGParseEvents {
58525852
auto nameNode = ListNodeNth(value->defnames, 0);
58535853
auto name = to_lower(TString(StrVal(nameNode)));
58545854
TString sfunc;
5855-
ui32 stype;
5855+
ui32 stype = 0;
58565856
TString combinefunc;
58575857
TString finalfunc;
58585858
TString serialfunc;

0 commit comments

Comments
 (0)