pgsql: Update reference to sampling algorithm in analyze.c

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема pgsql: Update reference to sampling algorithm in analyze.c
Дата
Msg-id E1hgWqu-00020t-Gi@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/69fd82fedd746b82427097883daf2921dd77584e

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Fix partitioned index creation with foreign partitions
Следующее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Update reference to sampling algorithm in analyze.c