增加全密态时的部分异常打印信息

This commit is contained in:
wangfeihuo
2024-11-07 16:32:05 +08:00
parent 2d4106186f
commit 4f512d83bb
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;