pgsql: Update comments

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Update comments
Дата
Msg-id E1mqX6g-0004gY-Rd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update comments

Various places wanted to point out that tuple descriptors don't
contain the variable-length fields of pg_attribute.  This started when
attacl was added, but more fields have been added since, and these
comments haven't been kept up to date consistently.  Reword so that
the purpose is clearer and we don't have to keep updating them.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/36cb5e7c512bef394c9288786c62ef0eb1e891ba

Modified Files
--------------
src/backend/access/common/tupdesc.c | 4 ++--
src/backend/catalog/heap.c          | 7 ++++---
src/backend/commands/tablecmds.c    | 7 ++++---
3 files changed, 10 insertions(+), 8 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Fix GRANTED BY support in REVOKE ROLE statements