Thread: pgsql: Clarify comment in ATRewriteTable().

pgsql: Clarify comment in ATRewriteTable().

From
Robert Haas
Date:
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(-)