pgsql-server/src/backend/commands tablecmds.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/commands tablecmds.c
Date: 2002-10-19 02:09:45
Message-ID: 20021019020945.C6E83476D2D@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/10/18 22:09:45

Modified files:
src/backend/commands: tablecmds.c

Log message:
> Huh, I don't know where I got the idea you were (or someone else was?)
> in the position that attislocal should be reset. I'll clean everything
> up and submit the patch I had originally made.

All right, this is it. This patch merely checks if child tables have
the column. If atttypid and atttypmod are the same, the attributes'
attinhcount is incremented; else the operation is aborted. If child
tables don't have the column, recursively add it.

attislocal is not touched in any case.

Alvaro Herrera

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-10-19 02:16:40 pgsql-server/contrib/dbmirror DBMirror.pl Mirr ...
Previous Message Bruce Momjian - CVS 2002-10-19 02:08:19 pgsql-server/src backend/utils/adt/float.c bac ...