-
+
pg_freespacemap
The pg_freespacemap> module provides a means for examining the
free space map (FSM). It provides a function called
- pg_freespacemap, or two overloaded functions, to be
+ pg_freespace, or two overloaded functions, to be
precise. The functions show the value recorded in the free space map for
a given page, or for all pages in the relation.
- pg_freespacemap(rel regclass IN, blkno bigint IN) returns int2
+ pg_freespace(rel regclass IN, blkno bigint IN) returns int2
- pg_freespacemap(rel regclass IN, blkno OUT int4, avail OUT int2)
+ pg_freespace(rel regclass IN, blkno OUT int4, avail OUT int2)