Commit 139b1f61 authored by Tom Lane's avatar Tom Lane

Fix misleading comment.

parent 78ef2d3f
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/catalog/pg_shdepend.c,v 1.1 2005/07/07 20:39:57 tgl Exp $ * $PostgreSQL: pgsql/src/backend/catalog/pg_shdepend.c,v 1.2 2005/08/30 01:07:54 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -727,8 +727,9 @@ dropDatabaseDependencies(Oid databaseId) ...@@ -727,8 +727,9 @@ dropDatabaseDependencies(Oid databaseId)
/* /*
* deleteSharedDependencyRecordsFor * deleteSharedDependencyRecordsFor
* *
* Delete all pg_shdepend entries corresponding to a database-local object * Delete all pg_shdepend entries corresponding to an object that's being
* that's being dropped or modified. * dropped or modified. The object is assumed to be either a shared object
* or local to the current database (the classId tells us which).
*/ */
void void
deleteSharedDependencyRecordsFor(Oid classId, Oid objectId) deleteSharedDependencyRecordsFor(Oid classId, Oid objectId)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment