forked from huawei/openGauss-server
!1640 修改local_syscache_threshold参数为SIGHUP级别,可通过reload生效
Merge pull request !1640 from 杨皓/2.0.0-trunk
This commit is contained in:
commit
de396a512b
|
|
@ -4031,7 +4031,7 @@ static void InitConfigureNamesInt()
|
|||
NULL},
|
||||
|
||||
{{"local_syscache_threshold",
|
||||
PGC_POSTMASTER,
|
||||
PGC_SIGHUP,
|
||||
RESOURCES_MEM,
|
||||
gettext_noop("Sets the maximum threshold for cleaning cache."),
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue