pgj commented on code in PR #4662:
URL: https://github.com/apache/couchdb/pull/4662#discussion_r1306560828


##########
src/mango/src/mango_idx.hrl:
##########
@@ -10,6 +10,8 @@
 % License for the specific language governing permissions and limitations under
 % the License.
 
+-ifndef(MANGO_IDX_DEFINED).
+-define(MANGO_IDX_DEFINED, 1).

Review Comment:
   I was also a bit hesitant to employ this trick, but I left it there at the 
end.  I reworked the solution as you suggested and it seems to be working.  
Thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to