mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-13 19:57:53 +08: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
@ -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…
x
Reference in New Issue
Block a user