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
a03bda32
Commit
a03bda32
authored
Apr 29, 2016
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
Author: Thomas Munro
parent
7dc54923
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/include/storage/dsm_impl.h
src/include/storage/dsm_impl.h
+1
-1
No files found.
src/include/storage/dsm_impl.h
View file @
a03bda32
...
@@ -72,7 +72,7 @@ extern bool dsm_impl_op(dsm_op op, dsm_handle handle, Size request_size,
...
@@ -72,7 +72,7 @@ extern bool dsm_impl_op(dsm_op op, dsm_handle handle, Size request_size,
/* Some implementations cannot resize segments. Can this one? */
/* Some implementations cannot resize segments. Can this one? */
extern
bool
dsm_impl_can_resize
(
void
);
extern
bool
dsm_impl_can_resize
(
void
);
/* Implementation-dependent actions required to keep segment until shudown. */
/* Implementation-dependent actions required to keep segment until shu
t
down. */
extern
void
dsm_impl_pin_segment
(
dsm_handle
handle
,
void
*
impl_private
);
extern
void
dsm_impl_pin_segment
(
dsm_handle
handle
,
void
*
impl_private
);
#endif
/* DSM_IMPL_H */
#endif
/* DSM_IMPL_H */
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