diff PostgreSQL/Plugins/PostgreSQLIndex.h @ 437:d979f25e60cf pg-transactions

Re-organized DB creation/upgrade into standalone files
author Alain Mazy <am@osimis.io>
date Mon, 18 Dec 2023 18:50:01 +0100
parents f16faa1fdc46
children f0976163dbe1
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.h	Fri Dec 15 17:11:26 2023 +0100
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.h	Mon Dec 18 18:50:01 2023 +0100
@@ -40,6 +40,7 @@
 
     virtual void ClearRemainingAncestor(DatabaseManager& manager);
 
+    void ApplyPrepareIndex(DatabaseManager::Transaction& t, DatabaseManager& manager);
 
   public:
     PostgreSQLIndex(OrthancPluginContext* context,