mirror of
https://github.com/postgres/postgres.git
synced 2026-02-28 04:10:35 -05:00
Flag mmap implemenation of dynamic shared memory as resize-capable.
Error noted by Heikki Linnakangas
This commit is contained in:
parent
a8656a3ab0
commit
c6d4b1dd3e
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ dsm_impl_can_resize(void)
|
|||
case DSM_IMPL_WINDOWS:
|
||||
return false;
|
||||
case DSM_IMPL_MMAP:
|
||||
return false;
|
||||
return true;
|
||||
default:
|
||||
return false; /* should not happen */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue