mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Move new effective_cache_size function
Previously set_default_effective_cache_size() could not handle fork, non-fork, and bootstrap cases.
This commit is contained in:
@ -312,6 +312,8 @@ AuxiliaryProcessMain(int argc, char *argv[])
|
||||
proc_exit(1);
|
||||
}
|
||||
|
||||
set_default_effective_cache_size();
|
||||
|
||||
/*
|
||||
* Identify myself via ps
|
||||
*/
|
||||
|
Reference in New Issue
Block a user