Home
last modified time | relevance | path

Searched refs:total_space (Results 126 – 150 of 684) sorted by relevance

12345678910>>...28

/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgstattuple/
H A Dpgstatindex.c596 uint64 total_space; in pgstathashindex() local
696 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
699 if (total_space == 0) in pgstathashindex()
702 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgstattuple/
H A Dpgstatindex.c596 uint64 total_space; in pgstathashindex() local
696 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
699 if (total_space == 0) in pgstathashindex()
702 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgstattuple/
H A Dpgstatindex.c596 uint64 total_space; in pgstathashindex() local
696 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
699 if (total_space == 0) in pgstathashindex()
702 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgstattuple/
H A Dpgstatindex.c596 uint64 total_space; in pgstathashindex() local
696 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
699 if (total_space == 0) in pgstathashindex()
702 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatindex.c596 uint64 total_space;
695 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) *
698 if (total_space == 0)
701 free_percent = 100.0 * stats.free_space / total_space;
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatindex.c596 uint64 total_space; in pgstathashindex() local
695 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
698 if (total_space == 0) in pgstathashindex()
701 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatindex.c596 uint64 total_space; in pgstathashindex() local
695 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
698 if (total_space == 0) in pgstathashindex()
701 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatindex.c596 uint64 total_space; in pgstathashindex() local
695 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
698 if (total_space == 0) in pgstathashindex()
701 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql11-server/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatindex.c596 uint64 total_space; in pgstathashindex() local
695 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
698 if (total_space == 0) in pgstathashindex()
701 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql12-contrib/postgresql-12.9/contrib/pgstattuple/
H A Dpgstatindex.c597 uint64 total_space; in pgstathashindex() local
696 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
699 if (total_space == 0) in pgstathashindex()
702 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql12-client/postgresql-12.9/contrib/pgstattuple/
H A Dpgstatindex.c597 uint64 total_space; in pgstathashindex() local
696 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
699 if (total_space == 0) in pgstathashindex()
702 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatindex.c596 uint64 total_space;
695 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) *
698 if (total_space == 0)
701 free_percent = 100.0 * stats.free_space / total_space;
/dports/databases/postgresql14-server/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatindex.c601 uint64 total_space; in pgstathashindex() local
700 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
703 if (total_space == 0) in pgstathashindex()
706 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatindex.c601 uint64 total_space; in pgstathashindex() local
700 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
703 if (total_space == 0) in pgstathashindex()
706 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatindex.c601 uint64 total_space; in pgstathashindex() local
700 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
703 if (total_space == 0) in pgstathashindex()
706 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatindex.c601 uint64 total_space; in pgstathashindex() local
700 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
703 if (total_space == 0) in pgstathashindex()
706 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql13-pltcl/postgresql-13.5/contrib/pgstattuple/
H A Dpgstatindex.c597 uint64 total_space; in pgstathashindex() local
696 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
699 if (total_space == 0) in pgstathashindex()
702 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql13-server/postgresql-13.5/contrib/pgstattuple/
H A Dpgstatindex.c597 uint64 total_space; in pgstathashindex() local
696 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
699 if (total_space == 0) in pgstathashindex()
702 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql14-client/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatindex.c601 uint64 total_space; in pgstathashindex() local
700 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
703 if (total_space == 0) in pgstathashindex()
706 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatindex.c601 uint64 total_space; in pgstathashindex() local
700 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
703 if (total_space == 0) in pgstathashindex()
706 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatindex.c601 uint64 total_space;
700 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) *
703 if (total_space == 0)
706 free_percent = 100.0 * stats.free_space / total_space;
/dports/databases/postgresql13-docs/postgresql-13.5/contrib/pgstattuple/
H A Dpgstatindex.c597 uint64 total_space; in pgstathashindex() local
696 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
699 if (total_space == 0) in pgstathashindex()
702 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql13-client/postgresql-13.5/contrib/pgstattuple/
H A Dpgstatindex.c597 uint64 total_space;
696 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) *
699 if (total_space == 0)
702 free_percent = 100.0 * stats.free_space / total_space;
/dports/databases/postgresql13-contrib/postgresql-13.5/contrib/pgstattuple/
H A Dpgstatindex.c597 uint64 total_space; in pgstathashindex() local
696 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
699 if (total_space == 0) in pgstathashindex()
702 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()
/dports/databases/postgresql12-plperl/postgresql-12.9/contrib/pgstattuple/
H A Dpgstatindex.c597 uint64 total_space; in pgstathashindex() local
696 total_space = (uint64) (nblocks - (stats.bitmap_pages + 1)) * in pgstathashindex()
699 if (total_space == 0) in pgstathashindex()
702 free_percent = 100.0 * stats.free_space / total_space; in pgstathashindex()

12345678910>>...28