pgsql: Update reference to sampling algorithm in analyze.c

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update reference to sampling algorithm in analyze.c
Date: 2019-06-27 16:17:04
Message-ID: E1hgX56-0002AD-7r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/803cdf22a2d395653496702af789ccae7c17e18c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-06-27 16:58:21 Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.)
Previous Message Tomas Vondra 2019-06-27 16:16:49 pgsql: Update reference to sampling algorithm in analyze.c