From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Update comments |
Date: | 2021-11-26 09:01:22 |
Message-ID: | E1mqX6g-0004gY-Rd@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2021-11-26 13:15:19 | pgsql: Add test for REVOKE ADMIN OPTION |
Previous Message | Tom Lane | 2021-11-26 04:02:49 | Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr. |