You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by iw...@apache.org on 2016/01/04 05:23:56 UTC

[3/3] incubator-hawq git commit: HAWQ-284. Add a udf for new metadata flush strategy testing.

 HAWQ-284. Add a udf for new metadata flush strategy testing.


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

Branch: refs/heads/master
Commit: fde3b4fc9d802929aa840ae6f35a9e9154db1db2
Parents: af6cfe8 04c3938
Author: ivan <iw...@pivotal.io>
Authored: Mon Jan 4 12:23:29 2016 +0800
Committer: ivan <iw...@pivotal.io>
Committed: Mon Jan 4 12:23:29 2016 +0800

----------------------------------------------------------------------
 src/backend/cdb/cdbmetadatacache.c           | 53 +++++++++++++++++++++++
 src/include/catalog/pg_proc.h                |  4 ++
 src/include/catalog/pg_proc.sql              |  2 +
 src/include/utils/builtins.h                 |  1 +
 src/test/regress/data/upgrade20/pg_proc.data |  1 +
 5 files changed, 61 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/fde3b4fc/src/backend/cdb/cdbmetadatacache.c
----------------------------------------------------------------------