Change StoreCatalogInheritance() to work from a list of parent relation

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 468a970409a74fd1b44c4c5c0b71e0d4782c02cd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-12-14T00:41:09Z
Releases: 7.1.1
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.

Files

PathChange+/−
src/backend/commands/creatinh.c modified +55 −64