buggy Makefile. Thanks for the report.
I'll fix that soon and keep you informed.
--
--
Cédric Villemain +33 (0)6 20 30 22 52
http://2ndQuadrant.fr/
PostgreSQL: Support 24x7 - Développement, Expertise et Formation
Seems it got fixed in new version. Thank you.
-bash-4.1$ psql
Password:
psql.bin (9.1.3)
Type "help" for help.
postgres=# create extension pgfincore;
CREATE EXTENSION
postgres=# \dx
List of installed extensions
Name | Version | Schema | Description
-----------+---------+------------+-----------------------------------------
adminpack | 1.0 | pg_catalog | administrative functions for PostgreSQL
pgfincore | 1.1.1 | public | examine and manage the os buffer cache
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
(3 rows)