You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/04/18 18:51:57 UTC

[GitHub] davisp opened a new pull request #480: Fix mango full text detection

davisp opened a new pull request #480: Fix mango full text detection
URL: https://github.com/apache/couchdb/pull/480
 
 
   The check for whether full text support in mango is available was broken
   in that the mango_cursor_text module is only compiled if dreyfus exists
   while the check to use the module was a runtime check. Thus is a user
   were to add dreyfus after mango had been compiled it would have led to a
   runtime error when we attempted to use a module that didn't exist.
   
   This changes the check to a compile time check in both places. And now
   that its a compile time define we can remove the need to rename source
   files around which causes problems with source control seeing that file
   change depending on local configuration.
   
   COUCHDB-3378
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services