pgsql/src/backend/commands (creatinh.c)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands (creatinh.c)
Date: 2000-12-14 00:41:09
Message-ID: 200012140041.eBE0f9l67540@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Wednesday, December 13, 2000 @ 19:41:09
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/commands
from hub.org:/home/projects/pgsql/tmp/cvs-serv67536

Modified Files:
creatinh.c

----------------------------- Log Message -----------------------------

Change StoreCatalogInheritance() to work from a list of parent relation
OIDs rather than names. Aside from being simpler and faster, this way
doesn't blow up in the face of 'create temp table foo () inherits (foo)'.
Which is a rather odd thing to do, but it seems some people want to.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message inoue 2000-12-14 07:02:42 pgsql/src/backend/catalog (indexing.c)
Previous Message tgl 2000-12-13 23:45:46 pgsql/src/backend/executor (nodeMergejoin.c)