]> granicus.if.org Git - postgresql/commit
Get rid of the pg_shdepend entry for a TOAST table; it's unnecessary since
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 May 2007 20:24:41 +0000 (20:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 May 2007 20:24:41 +0000 (20:24 +0000)
commit0a9cbcbfd2fdb8f7c8b602ab5fb1091be9141d9e
treedcb7be156e09bfbaf976681aa03d1f959820d0dd
parent2b321533f38f212bbf9a9a4a25606b1bc36585c1
Get rid of the pg_shdepend entry for a TOAST table; it's unnecessary since
there's an indirect dependency on the owner via the parent table.  We were
already handling indexes that way, but not toast tables for some reason.
Saves a little catalog space and cuts down the verbosity of checkSharedDependencies
reports.
src/backend/catalog/heap.c
src/backend/commands/tablecmds.c