diff options
author | Vitaly Stoyan <vvvv@ydb.tech> | 2024-10-03 17:52:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-03 14:52:26 +0000 |
commit | 67e9445d528ab28a45db779f118687f229b11051 (patch) | |
tree | 00a0819f834dcbaea0f99314fa2326ab8ac4f10d | |
parent | 9b97c8ff2469b21f21163c4ee70118b3152a15c0 (diff) | |
download | ydb-67e9445d528ab28a45db779f118687f229b11051.tar.gz |
disable set_config proc (#10035)
-rw-r--r-- | ydb/library/yql/parser/pg_catalog/safe_procs.h | 1 | ||||
-rw-r--r-- | ydb/library/yql/tests/sql/yt_native_file/part12/canondata/result.json | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ydb/library/yql/parser/pg_catalog/safe_procs.h b/ydb/library/yql/parser/pg_catalog/safe_procs.h index c47ab9b461..265759d480 100644 --- a/ydb/library/yql/parser/pg_catalog/safe_procs.h +++ b/ydb/library/yql/parser/pg_catalog/safe_procs.h @@ -24,7 +24,6 @@ "jsonb_path_query_first_tz", "jsonb_typeof", -"set_config",//pgadmin "pg_is_in_recovery",//pgadmin "pg_is_wal_replay_paused",//pgadmin "has_database_privilege",//pgadmin diff --git a/ydb/library/yql/tests/sql/yt_native_file/part12/canondata/result.json b/ydb/library/yql/tests/sql/yt_native_file/part12/canondata/result.json index d9fd138d63..a8727deac2 100644 --- a/ydb/library/yql/tests/sql/yt_native_file/part12/canondata/result.json +++ b/ydb/library/yql/tests/sql/yt_native_file/part12/canondata/result.json @@ -2961,9 +2961,9 @@ ], "test.test[pg_catalog-pg_description_pg_syntax-default.txt-Results]": [ { - "checksum": "ab8e21760da4bf353ac12f633213227b", + "checksum": "c67fbc7d8d6fb7fe3eff3f34c32a5b7a", "size": 2768, - "uri": "https://{canondata_backend}/1924537/24cc2a34d7ebf1958abe0cd6c74c6af03994cd3e/resource.tar.gz#test.test_pg_catalog-pg_description_pg_syntax-default.txt-Results_/results.txt" + "uri": "https://{canondata_backend}/1809005/6d5702cdf5f37d18a9deb9127ecce08cfe554c8a/resource.tar.gz#test.test_pg_catalog-pg_description_pg_syntax-default.txt-Results_/results.txt" } ], "test.test[pg_catalog-pg_timezone_abbrevs-default.txt-Debug]": [ |