Improve comments in vacuum_rel() and analyze_rel().
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Oct 2017 14:47:47 +0000 (10:47 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Oct 2017 14:47:47 +0000 (10:47 -0400)
commit4d85c2900b113e331925baf308cc7fc75ac4530b
treed3ee80e47eaa3acca4c2cb40c54788505252788f
parent4b2ba1fe0222b7820a2f4cd52b133baeb91c5a93
Improve comments in vacuum_rel() and analyze_rel().

Remove obsolete references to get_rel_oids().  Avoid listing specific
relkinds in the comments, since we seem unable to keep such things
in sync with the code, and it's not all that helpful anyhow.

Noted by Michael Paquier, though I rewrote the comments a bit more.

Discussion: https://postgr.es/m/CAB7nPqTWiN9zwKTaOrsnKiGDChqRt7C1+CiiDk4N4OMn92rs6A@mail.gmail.com
src/backend/commands/analyze.c
src/backend/commands/vacuum.c