Update Changelog and README
authorCédric Villemain <cedric@2ndquadrant.fr>
Wed, 10 Aug 2011 15:19:23 +0000 (17:19 +0200)
committerCédric Villemain <cedric@2ndquadrant.fr>
Wed, 10 Aug 2011 15:19:23 +0000 (17:19 +0200)
for the previous commits (BSD, 8.2 suport, and debian packaging)

ChangeLog
README.rst

index 3e1e039a1d12b3a8c34a7678adc9a09d29660efe..9dcc4f5756d5bed0c7e47cf20b6c5f90fc904c83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
                  - Fix the printf of int64 by casting to long long int (i386 and
                    adm64 behave differently with int64)
                  - Updated to work with PostgreSQL 8.2 (TAKATSUKA Haruka)
+                 - Improve debian packaging
+                 - Add support for *BSD kernels
 
 07/28/2011 Cédric Villemain <cedric@villemain.org>
   * 1.0.0 - Output varbit containing vector information with pgfincore*()
index 1811b88a67147f7f8a2c74780229810638c32d48..b55f297fdd50e61ed44c4d6014a1194aa6f83d0e 100644 (file)
@@ -6,6 +6,9 @@
  A set of functions to manage pages in memory from PostgreSQL
 --------------------------------------------------------------
 
+A set of functions to handle low-level management of relations using mincore to
+explore cache memory.
+
 DESCRIPTION
 ===========
 
@@ -355,6 +358,15 @@ For example::
 
    set client_min_messages TO debug1; -- debug5 is only usefull to trace each block
 
+LIMITATION
+==========
+
+ * PgFincore needs mincore() and POSIX_FADVISE.
+
+ * PgFincore has a limited mode when POSIX_FADVISE is not provided by the platform.
+
+ * PgFincore needs PostgreSQL >= 8.3
+
 SEE ALSO
 ========