pgsql: Clarify comment in ATRewriteTable().

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify comment in ATRewriteTable().
Date: 2011-02-04 21:16:37
Message-ID: E1PlT1B-0005Yi-QF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify comment in ATRewriteTable().

Make sure it's clear that the prohibition on adding a column with a default
when the rowtype is used elsewhere is intentional, and be a bit more
explicit about the other cases where we perform this check.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=9e7e1172a53054dc14574e42865ea8213bc06371

Modified Files
--------------
src/backend/commands/tablecmds.c | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-04 22:30:56 pgsql: Add doc comment that installation.sgml can't use xrefs.
Previous Message Robert Haas 2011-02-04 20:55:55 pgsql: Move pipe.c into the backend.