]> granicus.if.org Git - postgresql/commit
Change StoreCatalogInheritance() to work from a list of parent relation
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Dec 2000 00:41:09 +0000 (00:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Dec 2000 00:41:09 +0000 (00:41 +0000)
commit468a970409a74fd1b44c4c5c0b71e0d4782c02cd
tree634b227b946bea625fc3abe899d0dbac48959cd5
parent780992316fc8ad4732998f00b2489f0730156ea0
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.
src/backend/commands/creatinh.c