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 <[email protected]> Authored: Fri Mar 10 14:56:10 2017 +0800 Committer: Wen Lin <[email protected]> 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 */
