Report all dependent objects to the server log when a shared object is dropped,
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 14 May 2007 16:50:36 +0000 (16:50 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 14 May 2007 16:50:36 +0000 (16:50 +0000)
commitc26789c21cfdb6213c2ad2cd5f0d4a0ee59630ab
treea9d002a526e2c5a2973cf53dd9d822df8ff14fbd
parent9efcb6251a4d3ea741806c815581b0f0a5a67a2f
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.
src/backend/catalog/pg_shdepend.c