Обсуждение: pgsql: Update comments

Поиск
Список
Период
Сортировка

pgsql: Update comments

От
Peter Eisentraut
Дата:
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(-)