Repository: incubator-hawq Updated Branches: refs/heads/master e33e307ab -> 9deb8f600
HAWQ-419. Failed to MemoryAccounting_SaveToLog in resource negotiator. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/9deb8f60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/9deb8f60 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/9deb8f60 Branch: refs/heads/master Commit: 9deb8f60024fd991531a003878df9adb5efaa7e4 Parents: e33e307 Author: hubertzhang <hzh...@pivotal.io> Authored: Fri Feb 19 13:13:07 2016 +0800 Committer: hubertzhang <hzh...@pivotal.io> Committed: Fri Feb 19 13:13:07 2016 +0800 ---------------------------------------------------------------------- src/backend/utils/mmgr/memaccounting.c | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/9deb8f60/src/backend/utils/mmgr/memaccounting.c ---------------------------------------------------------------------- diff --git a/src/backend/utils/mmgr/memaccounting.c b/src/backend/utils/mmgr/memaccounting.c index b17f2a9..8b2e4c2 100644 --- a/src/backend/utils/mmgr/memaccounting.c +++ b/src/backend/utils/mmgr/memaccounting.c @@ -423,7 +423,6 @@ MemoryAccounting_GetAccountName(MemoryAccount *memoryAccount) case MEMORY_OWNER_TYPE_Resource_Negotiator: return "X_ResourceNegotiator"; default: - elog(LOG,"missing account ownerType number is %d",memoryAccount->ownerType); Assert(false); break; }