Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 139b1f6

Browse files
committed
Fix misleading comment.
1 parent 78ef2d3 commit 139b1f6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/backend/catalog/pg_shdepend.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -727,8 +727,9 @@ dropDatabaseDependencies(Oid databaseId)
727727
/*
728728
* deleteSharedDependencyRecordsFor
729729
*
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).
732733
*/
733734
void
734735
deleteSharedDependencyRecordsFor(Oid classId, Oid objectId)

0 commit comments

Comments
 (0)