MasahikoSawada / pg_visibilitymap

The diagnostic functions for VisibilityMap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pg_visibilitymap

The diagnostic functions for VisibilityMap (VM).

Functions

pg_is_all_visible(relname regclass, blkno bigint)

This function shows the value recoreded in the visibility map for given page.

pg_visibilitymap(relname regclass)

This function shows the value recoreded in the visibility map for all page of relation.

Installation

$ cd pg_visibilitymap
$ make USE_PGXS=1
# make USE_PGXS=1 install
$ psql
=# CREATE EXTENSION pg_visibilitymap;
CREATE EXTENSION

Supporting platform

pg_visibilitymap has been built and tested on;

OS : Linux

DBMS : PostgreSQL 9.3 or later

About

The diagnostic functions for VisibilityMap


Languages

Language:C 56.8%Language:PLpgSQL 26.8%Language:Makefile 16.4%