提交 cadf63a8 编写于 作者: H Heikki Linnakangas 提交者: Xin Zhang

Quick fix to make gpstart work.

At least on with gpdemo, on my laptop.

We really shouldn't need these filerep port numbers anymore, right?
上级 c50fa05d
......@@ -496,7 +496,11 @@ class Segment:
Note: is Nullable (so can return None)
"""
return self.replicationPort
# WALREP_FIXME: filerep is gone, this isn't used for anything anymore.
# But these ports are passed around many of the management tools,
# so just stub out for now, and clean up later.
return -1
#return self.replicationPort
def getSegmentHostName(self):
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册