Return-Path: X-Original-To: apmail-hawq-commits-archive@minotaur.apache.org Delivered-To: apmail-hawq-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA19918B63 for ; Mon, 4 Jan 2016 04:24:04 +0000 (UTC) Received: (qmail 90778 invoked by uid 500); 4 Jan 2016 04:24:04 -0000 Delivered-To: apmail-hawq-commits-archive@hawq.apache.org Received: (qmail 90737 invoked by uid 500); 4 Jan 2016 04:24:04 -0000 Mailing-List: contact commits-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list commits@hawq.incubator.apache.org Received: (qmail 90728 invoked by uid 99); 4 Jan 2016 04:24:04 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2016 04:24:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 48EAF180514 for ; Mon, 4 Jan 2016 04:24:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id eAqjvWCxIx11 for ; Mon, 4 Jan 2016 04:23:55 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 88B2720515 for ; Mon, 4 Jan 2016 04:23:55 +0000 (UTC) Received: (qmail 90546 invoked by uid 99); 4 Jan 2016 04:23:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2016 04:23:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E2B47DFC8A; Mon, 4 Jan 2016 04:23:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: iweng@apache.org To: commits@hawq.incubator.apache.org Date: Mon, 04 Jan 2016 04:23:56 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Mon Jan 4 12:23:29 2016 +0800 Committer: ivan 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 ----------------------------------------------------------------------