mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Centralize effective_cache_size default setting
This commit is contained in:
@ -3592,8 +3592,6 @@ PostgresMain(int argc, char *argv[],
|
||||
proc_exit(1);
|
||||
}
|
||||
|
||||
set_default_effective_cache_size();
|
||||
|
||||
/*
|
||||
* You might expect to see a setsid() call here, but it's not needed,
|
||||
* because if we are under a postmaster then BackendInitialize() did it.
|
||||
|
Reference in New Issue
Block a user