File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments