Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc5492
)
Fix typo
author
Magnus Hagander
<magnus@hagander.net>
Fri, 29 Apr 2016 14:14:20 +0000
(16:14 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 29 Apr 2016 14:15:07 +0000
(16:15 +0200)
Author: Thomas Munro
src/include/storage/dsm_impl.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/storage/dsm_impl.h
b/src/include/storage/dsm_impl.h
index 7f39b030f80e64c5da2a02137bc2a740e9a71bab..ec05e22a6bdd7ba4ac92763d41e73a6ca8b8d616 100644
(file)
--- a/
src/include/storage/dsm_impl.h
+++ b/
src/include/storage/dsm_impl.h
@@
-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? */
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);
#endif /* DSM_IMPL_H */