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
96cd61a1
Commit
96cd61a1
authored
Dec 24, 2015
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix factual and grammatical errors in comments for struct _tableInfo.
Amit Langote, further adjusted by me
parent
bee172fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/bin/pg_dump/pg_dump.h
src/bin/pg_dump/pg_dump.h
+5
-5
No files found.
src/bin/pg_dump/pg_dump.h
View file @
96cd61a1
...
@@ -213,11 +213,11 @@ typedef struct _tableInfo
...
@@ -213,11 +213,11 @@ typedef struct _tableInfo
bool
rowsec
;
/* is row security enabled? */
bool
rowsec
;
/* is row security enabled? */
bool
forcerowsec
;
/* is row security forced? */
bool
forcerowsec
;
/* is row security forced? */
bool
hasoids
;
/* does it have OIDs? */
bool
hasoids
;
/* does it have OIDs? */
uint32
frozenxid
;
/*
for restore frozen
xid */
uint32
frozenxid
;
/*
table's relfrozen
xid */
uint32
minmxid
;
/*
for restore min multi
xid */
uint32
minmxid
;
/*
table's relminm
xid */
Oid
toast_oid
;
/*
for restore toast frozen xid
*/
Oid
toast_oid
;
/*
toast table's OID, or 0 if none
*/
uint32
toast_frozenxid
;
/*
for restore toast frozen xid
*/
uint32
toast_frozenxid
;
/*
toast table's relfrozenxid, if any
*/
uint32
toast_minmxid
;
/*
for restore toast min multi
xid */
uint32
toast_minmxid
;
/*
toast table's relminm
xid */
int
ncheck
;
/* # of CHECK expressions */
int
ncheck
;
/* # of CHECK expressions */
char
*
reloftype
;
/* underlying type for typed table */
char
*
reloftype
;
/* underlying type for typed table */
/* these two are set only if table is a sequence owned by a column: */
/* these two are set only if table is a sequence owned by a column: */
...
...
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