-07/XX/2011 CΓ©dric Villemain <cedric@villemain.org>
+08/XX/2011 CΓ©dric Villemain <cedric@2ndQuadrant.fr>
* 1.0.1 - Fix Makefile and remove the dir sql/ (useless and error prone)
- Fix the printf of int64 by casting to long long int (i386 and
adm64 behave differently with int64)
aptitude install debhelper postgresql-server-dev-all postgresql-server-dev-9.1
# or postgresql-server-dev-8.4|postgresql-server-dev-9.0
make deb
- dpkg -i ../postgresql-9.1-pgfincore_1.0-1_amd64.deb
+ dpkg -i ../postgresql-9.1-pgfincore_1.1-1_amd64.deb
And if you are a *RPM* user, see: http://pgrpms.org/
set client_min_messages TO debug1; -- debug5 is only usefull to trace each block
-LIMITATION
-==========
+LIMITATIONS
+===========
* PgFincore needs mincore() and POSIX_FADVISE.
* average contigous block or stats like that (what part of the file is in cache)
* split mmaping in shorter segment (say 64Mb) per sugestion from Andres Freund
-* fix doc
+* graph
+pgfincore (1.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- CΓ©dric Villemain <cedric@villemain.org> Thu, 11 Aug 2011 18:51:42 +0200
+
pgfincore (1.0-1) unstable; urgency=low
* New upstream release
debian/pgfincore-9.1/pgfincore.so usr/lib/postgresql/9.1/lib
debian/pgfincore-9.1/pgfincore*.sql usr/share/postgresql/9.1/extension
-pgfincore--unpackaged--1.0.sql usr/share/postgresql/9.1/extension
+pgfincore--unpackaged--1.1.sql usr/share/postgresql/9.1/extension
# pgfincore extension
comment = 'examine and manage the os buffer cache'
-default_version = '1.0'
+default_version = '1.1'
module_pathname = '$libdir/pgfincore'
relocatable = true