Github user davisp commented on a diff in the pull request:

    https://github.com/apache/couchdb-couch-mrview/pull/2#discussion_r19233446
  
    --- Diff: src/couch_mrview.erl ---
    @@ -148,11 +209,51 @@ get_info(Db, DDoc) ->
     trigger_update(Db, DDoc) ->
         trigger_update(Db, DDoc, couch_db:get_update_seq(Db)).
     
    -
     trigger_update(Db, DDoc, UpdateSeq) ->
         {ok, Pid} = couch_index_server:get_index(couch_mrview_index, Db, DDoc),
         couch_index:trigger_update(Pid, UpdateSeq).
     
    +%% get informations on a view
    +get_view_info(Db, DDoc, VName) ->
    +    {ok, {_, View}, _, _Args} = couch_mrview_util:get_view(Db, DDoc, VName,
    +                                                          #mrargs{}),
    +
    +    %% get the total number of rows
    --- End diff --
    
    This is a rather superfluous comment as is the one two lines down.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to