diff options
| author | vitya-smirnov <[email protected]> | 2026-01-23 15:36:47 +0300 |
|---|---|---|
| committer | vitya-smirnov <[email protected]> | 2026-01-23 16:17:10 +0300 |
| commit | 5ec2ab12d84c8edd135d4a89d87e2fbd2b281f4e (patch) | |
| tree | 44cb327cb46af3c8b511fed6a8dd55f12bc04c0c /yql/essentials/sql/pg/pg_sql.cpp | |
| parent | 457271e202ef3564c1b5f32f9092068635d17681 (diff) | |
YQL-20095: Enable google-explicit-constructor
commit_hash:4d77ad10fd4db303459ec4e45e139967c7fc8196
Diffstat (limited to 'yql/essentials/sql/pg/pg_sql.cpp')
| -rw-r--r-- | yql/essentials/sql/pg/pg_sql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/sql/pg/pg_sql.cpp b/yql/essentials/sql/pg/pg_sql.cpp index c7ad2286e29..468c67263e0 100644 --- a/yql/essentials/sql/pg/pg_sql.cpp +++ b/yql/essentials/sql/pg/pg_sql.cpp @@ -6208,7 +6208,7 @@ public: class TSystemFunctionsHandler: public IPGParseEvents { public: - TSystemFunctionsHandler(TVector<NPg::TProcDesc>& procs) + explicit TSystemFunctionsHandler(TVector<NPg::TProcDesc>& procs) : Procs_(procs) { } |
