diff PostgreSQL/Plugins/PostgreSQLIndex.h @ 403:91124cc8a8c7 db-protobuf

database plugins are informed about the identifier tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Apr 2023 11:10:19 +0200
parents 7b3acfa95bd8
children 7c1fe5d6c12c ecd0b719cff5
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.h	Sat Apr 08 10:26:03 2023 +0200
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.h	Tue Apr 11 11:10:19 2023 +0200
@@ -44,7 +44,9 @@
 
     virtual IDatabaseFactory* CreateDatabaseFactory() ORTHANC_OVERRIDE;
 
-    virtual void ConfigureDatabase(DatabaseManager& manager) ORTHANC_OVERRIDE;
+    virtual void ConfigureDatabase(DatabaseManager& manager,
+                                   bool hasIdentifierTags,
+                                   const std::list<IdentifierTag>& identifierTags) ORTHANC_OVERRIDE;
 
     virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE
     {