huor commented on a change in pull request #1443: HAWQ-1712. enable apache hawq
build in docker
URL: https://github.com/apache/hawq/pull/1443#discussion_r282715294
##########
File path: depends/dbcommon/src/dbcommon/utils/memory-pool.h
##########
@@ -87,7 +87,7 @@ class MemoryPool {
}
space = newSize;
void *ret = p;
- std::align(align, size, ret, space);
+ // std::align(align, size, ret, space);
Review comment:
remove the comment
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services