pgsql: Report all dependent objects to the server log when a shared - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Report all dependent objects to the server log when a shared
Date
Msg-id 20070514165036.A841A9FB341@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Report all dependent objects to the server log when a shared object is dropped,
and only a truncated log of the objects in the current database to the client.
Also, instead of reporting object counts for all databases on which the user
might own objects, report only as many as fit in the predefined line count.

This is to avoid flooding the client when the user owns too many objects,
which could cause problems.

Per report from Ed L. on April 4th and subsequent discussion.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        pg_shdepend.c (r1.18 -> r1.19)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_shdepend.c.diff?r1=1.18&r2=1.19)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update instructions on creating TODO entry.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Prevent RevalidateCachedPlan from making any permanent change in