!6628 增加全密态场景下的部分异常时的打印信息

Merge pull request !6628 from wangfeihuo/master
This commit is contained in:
opengauss_bot
2024-11-07 12:46:33 +00:00
committed by Gitee
9 changed files with 69 additions and 5 deletions

View File

@ -79,6 +79,7 @@ public:
size_t get_rec_origial_ids_length(const Oid typid, const char* pname) const;
PGconn* m_conn;
bool enable_client_encryption;
bool enable_client_encryption_log;
bool disable_once;
PreparedStatementsList *preparedStatements;
PreparedStatementsList *pendingStatements;