pgsql: Update reference to sampling algorithm in analyze.c - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Update reference to sampling algorithm in analyze.c
Date
Msg-id E1hgX4r-00029L-A7@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0161e522cbb536d8978ca8e5b5341b16805cc6b4

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


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Update reference to sampling algorithm in analyze.c
Next
From: Tomas Vondra
Date:
Subject: pgsql: Update reference to sampling algorithm in analyze.c