Repository: incubator-hawq Updated Branches: refs/heads/master ea402f4e7 -> 85b3455e7
HAWQ-1199. guc enable_prefer_list_to_rm does not work. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/85b3455e Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/85b3455e Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/85b3455e Branch: refs/heads/master Commit: 85b3455e7384d0ce3ea130db2d6c77ce27e6f91c Parents: ea402f4 Author: Paul Guo <[email protected]> Authored: Wed Dec 7 13:26:54 2016 +0800 Committer: Paul Guo <[email protected]> Committed: Wed Dec 7 13:32:06 2016 +0800 ---------------------------------------------------------------------- src/backend/utils/misc/guc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/85b3455e/src/backend/utils/misc/guc.c ---------------------------------------------------------------------- diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index dae1543..e5f6548 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -4115,7 +4115,7 @@ static struct config_bool ConfigureNamesBool[] = }, { - {"enable_prefer_list_to_rm;", PGC_USERSET, DEVELOPER_OPTIONS, + {"enable_prefer_list_to_rm", PGC_USERSET, DEVELOPER_OPTIONS, gettext_noop("Sets whether enable data locality prefer list passed to rm"), NULL, GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE
