]> 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:15:41 +0000 (18:15 +0200)
commit30e1b395c9cfee997c9f44cfb27c3c6ec06b5a25
treeea7694d5185f1bf7d948384a88d57bc1ef37faf2
parent5329606693fcd132882c284abbb66bd296a24549
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