Home
last modified time | relevance | path

Searched refs:scanned (Results 226 – 250 of 14421) sorted by relevance

12345678910>>...577

/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgstattuple/
H A Dpgstatapprox.c65 BlockNumber scanned, in statapprox_heap() local
77 scanned = 0; in statapprox_heap()
123 scanned++; in statapprox_heap()
187 stat->tuple_count = vac_estimate_reltuples(rel, false, nblocks, scanned, in statapprox_heap()
195 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgstattuple/
H A Dpgstatapprox.c65 BlockNumber scanned, in statapprox_heap() local
77 scanned = 0; in statapprox_heap()
123 scanned++; in statapprox_heap()
187 stat->tuple_count = vac_estimate_reltuples(rel, false, nblocks, scanned, in statapprox_heap()
195 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgstattuple/
H A Dpgstatapprox.c65 BlockNumber scanned, in statapprox_heap() local
77 scanned = 0; in statapprox_heap()
123 scanned++; in statapprox_heap()
187 stat->tuple_count = vac_estimate_reltuples(rel, false, nblocks, scanned, in statapprox_heap()
195 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgstattuple/
H A Dpgstatapprox.c65 BlockNumber scanned, in statapprox_heap() local
77 scanned = 0; in statapprox_heap()
123 scanned++; in statapprox_heap()
187 stat->tuple_count = vac_estimate_reltuples(rel, false, nblocks, scanned, in statapprox_heap()
195 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pgstattuple/
H A Dpgstatapprox.c65 BlockNumber scanned, in statapprox_heap() local
77 scanned = 0; in statapprox_heap()
123 scanned++; in statapprox_heap()
187 stat->tuple_count = vac_estimate_reltuples(rel, false, nblocks, scanned, in statapprox_heap()
195 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatapprox.c65 BlockNumber scanned, in statapprox_heap() local
76 scanned = 0; in statapprox_heap()
117 scanned++; in statapprox_heap()
193 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
201 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatapprox.c65 BlockNumber scanned, in statapprox_heap() local
76 scanned = 0; in statapprox_heap()
117 scanned++; in statapprox_heap()
193 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
201 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatapprox.c65 BlockNumber scanned, in statapprox_heap() local
76 scanned = 0; in statapprox_heap()
117 scanned++; in statapprox_heap()
193 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
201 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatapprox.c65 BlockNumber scanned, in statapprox_heap() local
76 scanned = 0; in statapprox_heap()
117 scanned++; in statapprox_heap()
193 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
201 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatapprox.c65 BlockNumber scanned, in statapprox_heap() local
76 scanned = 0; in statapprox_heap()
117 scanned++; in statapprox_heap()
193 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
201 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql11-client/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatapprox.c65 BlockNumber scanned, in statapprox_heap() local
76 scanned = 0; in statapprox_heap()
117 scanned++; in statapprox_heap()
193 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
201 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql11-server/postgresql-11.14/contrib/pgstattuple/
H A Dpgstatapprox.c65 BlockNumber scanned,
76 scanned = 0;
117 scanned++;
193 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned,
201 stat->scanned_percent = 100 * scanned / nblocks;
/dports/databases/postgresql12-contrib/postgresql-12.9/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned, in statapprox_heap() local
78 scanned = 0; in statapprox_heap()
119 scanned++; in statapprox_heap()
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
203 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql12-client/postgresql-12.9/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned, in statapprox_heap() local
78 scanned = 0; in statapprox_heap()
119 scanned++; in statapprox_heap()
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
203 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned, in statapprox_heap() local
78 scanned = 0; in statapprox_heap()
119 scanned++; in statapprox_heap()
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
206 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql14-server/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned, in statapprox_heap() local
78 scanned = 0; in statapprox_heap()
119 scanned++; in statapprox_heap()
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
206 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned, in statapprox_heap() local
78 scanned = 0; in statapprox_heap()
119 scanned++; in statapprox_heap()
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
206 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned, in statapprox_heap() local
78 scanned = 0; in statapprox_heap()
119 scanned++; in statapprox_heap()
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
206 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql13-server/postgresql-13.5/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned,
78 scanned = 0;
119 scanned++;
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned,
203 stat->scanned_percent = 100 * scanned / nblocks;
/dports/databases/postgresql14-client/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned, in statapprox_heap() local
78 scanned = 0; in statapprox_heap()
119 scanned++; in statapprox_heap()
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
206 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned, in statapprox_heap() local
78 scanned = 0; in statapprox_heap()
119 scanned++; in statapprox_heap()
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
206 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned, in statapprox_heap() local
78 scanned = 0; in statapprox_heap()
119 scanned++; in statapprox_heap()
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
206 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql13-pltcl/postgresql-13.5/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned, in statapprox_heap() local
78 scanned = 0; in statapprox_heap()
119 scanned++; in statapprox_heap()
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
203 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql13-docs/postgresql-13.5/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned, in statapprox_heap() local
78 scanned = 0; in statapprox_heap()
119 scanned++; in statapprox_heap()
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
203 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()
/dports/databases/postgresql13-client/postgresql-13.5/contrib/pgstattuple/
H A Dpgstatapprox.c67 BlockNumber scanned, in statapprox_heap() local
78 scanned = 0; in statapprox_heap()
119 scanned++; in statapprox_heap()
195 stat->tuple_count = vac_estimate_reltuples(rel, nblocks, scanned, in statapprox_heap()
203 stat->scanned_percent = 100 * scanned / nblocks; in statapprox_heap()

12345678910>>...577