[COMMITTERS] pgsql: Improve comments in vacuum_rel() and analyze_rel().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Improve comments in vacuum_rel() and analyze_rel().
Дата
Msg-id E1e07RI-0003xS-KP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4d85c2900b113e331925baf308cc7fc75ac4530b

Modified Files
--------------
src/backend/commands/analyze.c |  4 +---
src/backend/commands/vacuum.c  | 16 ++++++++--------
2 files changed, 9 insertions(+), 11 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix typo.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Allow DML commands that create tables to use parallel query.