Do not output varbit data by default
authorCédric Villemain <cedric@2ndquadrant.fr>
Fri, 20 May 2011 00:01:02 +0000 (02:01 +0200)
committerCédric Villemain <cedric@2ndquadrant.fr>
Fri, 20 May 2011 00:01:02 +0000 (02:01 +0200)
commitaeccac822a70dd1c4f3b496e4517aee2fd7cf909
treef16d330b18476296ba1c30872626aec6201232f0
parentea0d83f0adf52543076bd3a2c2042d6c7abe4900
Do not output varbit data by default

The value can be large, and for large tables, PostgreSQL will accumulate
the tuples. A 100GB table could have burn 25 MB of shared buffers, at least.
Even if the user won't use the map, but just aggregated data.

It is possible to get the varbit by adding , a 'true' as last parameter of
pgfincore()
pgfincore.c
pgfincore.sql.in