Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F4FB17609 for ; Fri, 31 Oct 2014 19:53:20 +0000 (UTC) Received: (qmail 6518 invoked by uid 500); 31 Oct 2014 19:53:19 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 6430 invoked by uid 500); 31 Oct 2014 19:53:19 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 6301 invoked by uid 99); 31 Oct 2014 19:53:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2014 19:53:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C45BD927AD4; Fri, 31 Oct 2014 19:53:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bbastian@apache.org To: commits@couchdb.apache.org Date: Fri, 31 Oct 2014 19:53:56 -0000 Message-Id: In-Reply-To: <695c7c23941a44a0938af77efbf99d8b@git.apache.org> References: <695c7c23941a44a0938af77efbf99d8b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [41/41] couch-mrview commit: updated refs/heads/master to 28e51f3 remove unnecessary event type Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/commit/4f925443 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/tree/4f925443 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/diff/4f925443 Branch: refs/heads/master Commit: 4f925443fb3ffe2bcc82971cad1844f94af3ec4f Parents: eb05dd7 Author: Benjamin Bastian Authored: Fri Sep 19 03:52:15 2014 -0700 Committer: Benjamin Bastian Committed: Thu Oct 30 19:28:42 2014 -0700 ---------------------------------------------------------------------- src/couch_mrview_index.erl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/4f925443/src/couch_mrview_index.erl ---------------------------------------------------------------------- diff --git a/src/couch_mrview_index.erl b/src/couch_mrview_index.erl index 893ecd1..7113bb1 100644 --- a/src/couch_mrview_index.erl +++ b/src/couch_mrview_index.erl @@ -186,9 +186,7 @@ finish_update(State) -> commit(State) -> Header = {State#mrst.sig, couch_mrview_util:make_header(State)}, - Resp = couch_file:write_header(State#mrst.fd, Header), - couch_event:notify(State#mrst.db_name, {index_update, State#mrst.idx_name}), - Resp. + couch_file:write_header(State#mrst.fd, Header). compact(Db, State, Opts) ->