Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite814e4b

Browse files
committed
Remove obsolete comment.
1 parente41acf4 commite814e4b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎src/backend/commands/schemacmds.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/commands/schemacmds.c,v 1.24 2004/08/29 05:06:41 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/commands/schemacmds.c,v 1.25 2004/09/02 00:22:16 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -217,10 +217,6 @@ RemoveSchema(List *names, DropBehavior behavior)
217217
/*
218218
* Do the deletion. Objects contained in the schema are removed by
219219
* means of their dependency links to the schema.
220-
*
221-
* XXX currently, index opclasses don't have creation/deletion commands,
222-
* so they will not get removed when the containing schema is removed.
223-
* This is annoying but not fatal.
224220
*/
225221
object.classId=get_system_catalog_relid(NamespaceRelationName);
226222
object.objectId=namespaceId;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp