]> granicus.if.org Git - postgresql/commit
Update reference to sampling algorithm in analyze.c
authorTomas Vondra <tomas.vondra@postgresql.org>
Thu, 27 Jun 2019 15:41:29 +0000 (17:41 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
Thu, 27 Jun 2019 16:01:54 +0000 (18:01 +0200)
commit69fd82fedd746b82427097883daf2921dd77584e
tree4860a0470f93c476e6a329cd5cef12631078d74a
parent050098b14e33a5d3dfabf172ebbddd20c6bb4665
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