Repository: incubator-hawq
Updated Branches:
  refs/heads/master f2798203e -> 23151d53a


HAWQ-713 Make lc_numeric guc to have GUC_GPDB_ADDOPT


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

Branch: refs/heads/master
Commit: 23151d53abd612efc3acc79d05cde133c315e674
Parents: f279820
Author: Karthikeyan Jambu Rajaraman <karthi....@gmail.com>
Authored: Tue May 3 13:39:58 2016 -0700
Committer: ivan <iw...@pivotal.io>
Committed: Wed Jun 8 10:08:42 2016 +0800

----------------------------------------------------------------------
 src/backend/utils/misc/guc.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/23151d53/src/backend/utils/misc/guc.c
----------------------------------------------------------------------
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 863f7ff..748705f 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -7494,7 +7494,9 @@ static struct config_string ConfigureNamesString[] =
        {
                {"lc_numeric", PGC_USERSET, CLIENT_CONN_LOCALE,
                        gettext_noop("Sets the locale for formatting numbers."),
-                       NULL
+                       NULL,
+                       /* Please don't remove GUC_GPDB_ADDOPT or lc_numeric 
won't work correctly */
+                       GUC_GPDB_ADDOPT
                },
                &locale_numeric,
                "C", locale_numeric_assign, NULL

Reply via email to