pgsql: Change minimum max_worker_processes from 1 to 0

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Change minimum max_worker_processes from 1 to 0
Дата
Msg-id E1bUdJI-0004U6-7t@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Change minimum max_worker_processes from 1 to 0

Setting it to 0 is probably not useful in practice, but it allows
testing of situations without available background worker slots.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c4d3a039f0ea735c4c21831a74b753678c0e6794

Modified Files
--------------
src/backend/utils/misc/guc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pg_dump's handling of public schema with both -c and -C opti
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Sync 9.5 version of access/transam/parallel.c with HEAD.