pgsql: Add comments for AlteredTableInfo->rel

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add comments for AlteredTableInfo->rel
Date: 2021-03-25 19:23:11
Message-ID: E1lPVZX-000198-6M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add comments for AlteredTableInfo->rel

The prior commit which introduced it was pretty squalid in terms of
code documentation, so add some comments.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cc121d5596964f8aac93607e6f14607184558b16

Modified Files
--------------
src/backend/commands/tablecmds.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-03-25 19:31:12 pgsql: Document lock obtained during partition detach
Previous Message Alvaro Herrera 2021-03-25 18:57:28 pgsql: Let ALTER TABLE Phase 2 routines manage the relation pointer