]> 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:05 +0000 (18:15 +0200)
commit0161e522cbb536d8978ca8e5b5341b16805cc6b4
tree23568a1b23cbc2cfdc6ed6cd84cea9a8eaadb8f4
parenta559805597d5e860796d6c9430134b8e41022ef8
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