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
817588bc
Commit
817588bc
authored
Oct 15, 2015
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bogus comments
Author: Amit Langote
parent
aa7f9493
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/backend/commands/tablecmds.c
src/backend/commands/tablecmds.c
+2
-2
No files found.
src/backend/commands/tablecmds.c
View file @
817588bc
...
...
@@ -5673,7 +5673,7 @@ ATPrepDropColumn(List **wqueue, Relation rel, bool recurse, bool recursing,
}
/*
* Return value is th
at
of the dropped column.
* Return value is th
e address
of the dropped column.
*/
static
ObjectAddress
ATExecDropColumn
(
List
**
wqueue
,
Relation
rel
,
const
char
*
colName
,
...
...
@@ -10376,7 +10376,7 @@ MergeConstraintsIntoExisting(Relation child_rel, Relation parent_rel)
* coninhcount and conislocal for inherited constraints are adjusted in
* exactly the same way.
*
* Return value is the
OID
of the relation that is no longer parent.
* Return value is the
address
of the relation that is no longer parent.
*/
static
ObjectAddress
ATExecDropInherit
(
Relation
rel
,
RangeVar
*
parent
,
LOCKMODE
lockmode
)
...
...
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