for the previous commits (BSD, 8.2 suport, and debian packaging)
- 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*()
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
===========
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
========