Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e814e4bf
Commit
e814e4bf
authored
Sep 02, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete comment.
parent
e41acf40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/backend/commands/schemacmds.c
src/backend/commands/schemacmds.c
+1
-5
No files found.
src/backend/commands/schemacmds.c
View file @
e814e4bf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/commands/schemacmds.c,v 1.2
4 2004/08/29 05:06:41 momjian
Exp $
* $PostgreSQL: pgsql/src/backend/commands/schemacmds.c,v 1.2
5 2004/09/02 00:22:16 tgl
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -217,10 +217,6 @@ RemoveSchema(List *names, DropBehavior behavior)
...
@@ -217,10 +217,6 @@ RemoveSchema(List *names, DropBehavior behavior)
/*
/*
* Do the deletion. Objects contained in the schema are removed by
* Do the deletion. Objects contained in the schema are removed by
* means of their dependency links to the schema.
* means of their dependency links to the schema.
*
* XXX currently, index opclasses don't have creation/deletion commands,
* so they will not get removed when the containing schema is removed.
* This is annoying but not fatal.
*/
*/
object
.
classId
=
get_system_catalog_relid
(
NamespaceRelationName
);
object
.
classId
=
get_system_catalog_relid
(
NamespaceRelationName
);
object
.
objectId
=
namespaceId
;
object
.
objectId
=
namespaceId
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment