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
8e1124ee
Commit
8e1124ee
authored
Feb 14, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete stray word from comment.
parent
74883d33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/backend/commands/tablecmds.c
src/backend/commands/tablecmds.c
+1
-1
No files found.
src/backend/commands/tablecmds.c
View file @
8e1124ee
...
@@ -142,7 +142,7 @@ typedef struct AlteredTableInfo
...
@@ -142,7 +142,7 @@ typedef struct AlteredTableInfo
List
*
constraints
;
/* List of NewConstraint */
List
*
constraints
;
/* List of NewConstraint */
List
*
newvals
;
/* List of NewColumnValue */
List
*
newvals
;
/* List of NewColumnValue */
bool
new_notnull
;
/* T if we added new NOT NULL constraints */
bool
new_notnull
;
/* T if we added new NOT NULL constraints */
bool
rewrite
;
/* T if
we
a rewrite is forced */
bool
rewrite
;
/* T if a rewrite is forced */
Oid
newTableSpace
;
/* new tablespace; 0 means no change */
Oid
newTableSpace
;
/* new tablespace; 0 means no change */
/* Objects to rebuild after completing ALTER TYPE operations */
/* Objects to rebuild after completing ALTER TYPE operations */
List
*
changedConstraintOids
;
/* OIDs of constraints to rebuild */
List
*
changedConstraintOids
;
/* OIDs of constraints to rebuild */
...
...
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