| From: | Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Obsolete comment in commands/analyze.c |
| Date: | 2019-06-27 11:05:36 |
| Message-ID: | CAPmGK154gp+Qd=corQOv+PmbyVyZBjp_+hb766UJeD1e_ie6XQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
I think commit 83e176ec1, which moved block sampling functions to
utils/misc/sampling.c, forgot to update this comment in
commands/analyze.c: "This algorithm is from Jeff Vitter's paper (see
full citation below)"; since the citation was also moved to
utils/misc/sampling.c, I think the "see full citation below" part
should be updated accordingly. Attached is a patch for that.
Best regards,
Etsuro Fujita
| Attachment | Content-Type | Size |
|---|---|---|
| update-comment.patch | application/octet-stream | 1.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tomas Vondra | 2019-06-27 11:26:32 | Re: mcvstats serialization code is still shy of a load |
| Previous Message | Darafei Komяpa Praliaskouski | 2019-06-27 10:50:04 | Re: GiST "choose subtree" support function to inline penalty |