huor commented on a change in pull request #1499:
URL: https://github.com/apache/hawq/pull/1499#discussion_r514703189



##########
File path: depends/dbcommon/src/dbcommon/log/logger.h
##########
@@ -77,6 +77,7 @@ std::string FormatErrorString(const char *fmt, ...)
 #define LOG_INFO(...) COMPACT_LOG_INFO(__VA_ARGS__)
 #define LOG_WARNING(...) COMPACT_LOG_WARNING(__VA_ARGS__)
 #define LOG_ERROR(errCode, ...) COMPACT_LOG_ERROR(errCode, __VA_ARGS__)
+#define LOG_BACKSTRACE(...) COMPACT_LOG_BACKSTRACE(__VA_ARGS__)

Review comment:
       LOG_BACKTRACE?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to