We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139b1f6 commit 13065c7Copy full SHA for 13065c7
src/backend/commands/tablespace.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $PostgreSQL: pgsql/src/backend/commands/tablespace.c,v 1.26 2005/07/14 21:46:29 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/commands/tablespace.c,v 1.27 2005/08/30 01:08:47 tgl Exp $
41
42
*-------------------------------------------------------------------------
43
*/
@@ -446,6 +446,11 @@ DropTableSpace(DropTableSpaceStmt *stmt)
446
447
heap_endscan(scandesc);
448
449
+ /*
450
+ * Remove dependency on owner.
451
+ */
452
+ deleteSharedDependencyRecordsFor(TableSpaceRelationId, tablespaceoid);
453
+
454
/*
455
* Try to remove the physical infrastructure
456
0 commit comments