You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3997,6 +4000,10 @@ class TConverter : public IPGParseEvents {
3997
4000
returnL(A("Null"));
3998
4001
}
3999
4002
4003
+
if (name == "current_schema") {
4004
+
returnGetCurrentSchema();
4005
+
}
4006
+
4000
4007
// for zabbix https://github.com/ydb-platform/ydb/issues/2904
4001
4008
if (name == "pg_try_advisory_lock" || name == "pg_try_advisory_lock_shared" || name == "pg_advisory_unlock" || name == "pg_try_advisory_xact_lock" || name == "pg_try_advisory_xact_lock_shared"){
4002
4009
AddWarning(TIssuesIds::PG_COMPAT, name + " function forced to return OK without waiting and without really lock/unlock");
0 commit comments