You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by wl...@apache.org on 2017/03/10 07:52:55 UTC

incubator-hawq git commit: HAWQ-1381. fix Core dump when execute 'select * from hawq_toolkit.__hawq_log_master_ext; ' on macOS

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 6c012e999 -> 9d0ea4699


HAWQ-1381. fix Core dump when execute 'select * from hawq_toolkit.__hawq_log_master_ext;' on macOS


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/9d0ea469
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/9d0ea469
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/9d0ea469

Branch: refs/heads/master
Commit: 9d0ea4699de2363a811a13b1042b7e9d6d971819
Parents: 6c012e9
Author: interma <in...@outlook.com>
Authored: Fri Mar 10 14:56:10 2017 +0800
Committer: Wen Lin <wl...@pivotal.io>
Committed: Fri Mar 10 15:52:01 2017 +0800

----------------------------------------------------------------------
 src/include/access/url.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/9d0ea469/src/include/access/url.h
----------------------------------------------------------------------
diff --git a/src/include/access/url.h b/src/include/access/url.h
index 9de492d..307656a 100644
--- a/src/include/access/url.h
+++ b/src/include/access/url.h
@@ -147,7 +147,7 @@ typedef struct extvar_t
 	char GP_XID[TMGIDSIZE];		/* global transaction id */
 	char GP_CID[10];		/* command id */
 	char GP_SN[10];		/* scan number */
-	char GP_SEGMENT_ID[6];  /*segments content id*/
+	char GP_SEGMENT_ID[7];  /*segments content id*/
 	char GP_SEG_PORT[10];
 	char GP_SESSION_ID[10];  /* session id */
  	char GP_SEGMENT_COUNT[6]; /* total number of (primary) segs in the system */