comparison PostgreSQL/Plugins/IndexPlugin.cpp @ 10:3686ba3f9cdb

don't include password in connection string if it is empty; it's seems its not supported by some pg drivers
author am@osimis.io
date Mon, 09 Jul 2018 11:43:31 +0200
parents 17bce6a07b2b
children 0217486720b3
comparison
equal deleted inserted replaced
9:eff482803d30 10:3686ba3f9cdb
104 } 104 }
105 105
106 106
107 ORTHANC_PLUGINS_API void OrthancPluginFinalize() 107 ORTHANC_PLUGINS_API void OrthancPluginFinalize()
108 { 108 {
109 LOG(WARNING) << "PostgreSQL storage area is finalizing"; 109 LOG(WARNING) << "PostgreSQL index area is finalizing";
110 backend_.reset(NULL); 110 backend_.reset(NULL);
111 } 111 }
112 112
113 113
114 ORTHANC_PLUGINS_API const char* OrthancPluginGetName() 114 ORTHANC_PLUGINS_API const char* OrthancPluginGetName()