diff PostgreSQL/Plugins/PostgreSQLStorageArea.h @ 248:7a4f9bcb0bc2

PostgreSQL: Support of range reads from the storage area
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Apr 2021 09:46:44 +0200
parents b97a537f4613
children 33fa478c119a
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLStorageArea.h	Wed Apr 14 09:18:20 2021 +0200
+++ b/PostgreSQL/Plugins/PostgreSQLStorageArea.h	Wed Apr 14 09:46:44 2021 +0200
@@ -36,7 +36,7 @@
   protected:
     virtual bool HasReadRange() const
     {
-      return false;  // TODO
+      return true;
     }
 
   public: