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
d480ae06
Commit
d480ae06
authored
Apr 02, 2022
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete comment
accidentally left behind by
4cb658af
parent
7a278927
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/include/utils/rel.h
src/include/utils/rel.h
+0
-1
No files found.
src/include/utils/rel.h
View file @
d480ae06
...
@@ -319,7 +319,6 @@ typedef struct StdRdOptions
...
@@ -319,7 +319,6 @@ typedef struct StdRdOptions
{
{
int32
vl_len_
;
/* varlena header (do not touch directly!) */
int32
vl_len_
;
/* varlena header (do not touch directly!) */
int
fillfactor
;
/* page fill factor in percent (0..100) */
int
fillfactor
;
/* page fill factor in percent (0..100) */
/* fraction of newly inserted tuples prior to trigger index cleanup */
int
toast_tuple_target
;
/* target for tuple toasting */
int
toast_tuple_target
;
/* target for tuple toasting */
AutoVacOpts
autovacuum
;
/* autovacuum-related options */
AutoVacOpts
autovacuum
;
/* autovacuum-related options */
bool
user_catalog_table
;
/* use as an additional catalog relation */
bool
user_catalog_table
;
/* use as an additional catalog relation */
...
...
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