|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $PostgreSQL: pgsql/src/backend/catalog/pg_shdepend.c,v 1.1 2005/07/07 20:39:57 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/catalog/pg_shdepend.c,v 1.2 2005/08/30 01:07:54 tgl Exp $ |
12 | 12 | *
|
13 | 13 | *-------------------------------------------------------------------------
|
14 | 14 | */
|
@@ -727,8 +727,9 @@ dropDatabaseDependencies(Oid databaseId)
|
727 | 727 | /*
|
728 | 728 | * deleteSharedDependencyRecordsFor
|
729 | 729 | *
|
730 |
| - * Delete all pg_shdepend entries corresponding to a database-local object |
731 |
| - * that's being dropped or modified. |
| 730 | + * Delete all pg_shdepend entries corresponding to an object that's being |
| 731 | + * dropped or modified. The object is assumed to be either a shared object |
| 732 | + * or local to the current database (the classId tells us which). |
732 | 733 | */
|
733 | 734 | void
|
734 | 735 | deleteSharedDependencyRecordsFor(OidclassId,OidobjectId)
|
|