yjhjstz commented on code in PR #1364:
URL: https://github.com/apache/cloudberry/pull/1364#discussion_r2380523163


##########
contrib/pax_storage/src/cpp/access/pax_dml_state.cc:
##########
@@ -104,7 +104,7 @@ void CPaxDmlStateLocal::Reset() { cbdb::pax_memory_context 
= nullptr; }
 CPaxDmlStateLocal::CPaxDmlStateLocal()
     : last_oid_(InvalidOid), cb_{.func = DmlStateResetCallback, .arg = NULL} {}
 
-std::shared_ptr<CPaxDmlStateLocal::DmlStateValue>
+inline std::shared_ptr<CPaxDmlStateLocal::DmlStateValue>

Review Comment:
   use macro `pg_attribute_always_inline` to cross platform.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to