mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo
Author: Thomas Munro
This commit is contained in:
parent
7dc549238e
commit
a03bda323b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 shutdown. */
|
||||
extern void dsm_impl_pin_segment(dsm_handle handle, void *impl_private);
|
||||
|
||||
#endif /* DSM_IMPL_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue