]> granicus.if.org Git - postgresql/commit
Update reference to sampling algorithm in analyze.c
authorTomas Vondra <tomas.vondra@postgresql.org>
Thu, 27 Jun 2019 16:14:25 +0000 (18:14 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
Thu, 27 Jun 2019 16:14:25 +0000 (18:14 +0200)
commit803cdf22a2d395653496702af789ccae7c17e18c
treef5bcc54202ed1156150181c689149374682c4823
parente4f2d4fe9269c3c9c33f5182d4c3c90f99587fb4
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
src/backend/commands/analyze.c