You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by ji...@apache.org on 2015/10/13 08:11:27 UTC

incubator-hawq git commit: HAWQ-21. Add '\' for the multi-line marco WRITE_PERSISTENT_STATE_ORDERED_LOCK_DECLARE

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 88f5f5f63 -> 7e6838f84


HAWQ-21. Add '\' for the multi-line marco WRITE_PERSISTENT_STATE_ORDERED_LOCK_DECLARE


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

Branch: refs/heads/master
Commit: 7e6838f8432f4a23a585f6d8af0aa85511a394c2
Parents: 88f5f5f
Author: Lirong Jian <ji...@gmail.com>
Authored: Tue Oct 13 10:41:54 2015 +0800
Committer: Lirong Jian <ji...@gmail.com>
Committed: Tue Oct 13 10:41:54 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/7e6838f8/src/include/cdb/cdbpersistentstore.h
----------------------------------------------------------------------
diff --git a/src/include/cdb/cdbpersistentstore.h b/src/include/cdb/cdbpersistentstore.h
index d395ba3..6980e70 100755
--- a/src/include/cdb/cdbpersistentstore.h
+++ b/src/include/cdb/cdbpersistentstore.h
@@ -437,7 +437,7 @@ typedef struct WritePersistentStateLockLocalVars
 
 #define WRITE_PERSISTENT_STATE_ORDERED_LOCK_DECLARE \
 	MIRRORED_LOCK_DECLARE; \
-	CHECKPOINT_START_LOCK_DECLARE;
+	CHECKPOINT_START_LOCK_DECLARE; \
 	WritePersistentStateLockLocalVars writePersistentStateLockLocalVars;
 
 #define WRITE_PERSISTENT_STATE_ORDERED_LOCK \