Обсуждение: pgsql: Update reference to sampling algorithm in analyze.c

Поиск
Список
Период
Сортировка

pgsql: Update reference to sampling algorithm in analyze.c

От
Tomas Vondra
Дата:
Update reference to sampling algorithm in analyze.c

Commit 83e176ec1 moved row sampling functions from analyze.c to
utils/misc/sampling.c, but failed to update comment referring to
the sampling algorithm from Jeff Vitter's paper. Correct the
comment by pointing to utils/misc/sampling.c.

Author: Etsuro Fujita
Discussion: https://postgr.es/m/CAPmGK154gp%2BQd%3DcorQOv%2BPmbyVyZBjp_%2Bhb766UJeD1e_ie6XQ%40mail.gmail.com

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/88d63c6ac78de0a9c8bffc43146666e630efc426

Modified Files
--------------
src/backend/commands/analyze.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)