| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Get rid of the pg_shdepend entry for a TOAST table; it's |
| Date: | 2007-05-14 20:24:41 |
| Message-ID: | 20070514202441.CA2899FB8CA@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
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.
Modified Files:
--------------
pgsql/src/backend/catalog:
heap.c (r1.320 -> r1.321)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/heap.c.diff?r1=1.320&r2=1.321)
pgsql/src/backend/commands:
tablecmds.c (r1.222 -> r1.223)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c.diff?r1=1.222&r2=1.223)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | User Andrewd | 2007-05-15 00:11:52 | pgbuildfarm - client-code: Write pgport setting to MSVC config file. |
| Previous Message | Tom Lane | 2007-05-14 20:07:01 | pgsql: Fix up grammar and translatability of recent |