Обсуждение: Typo fix

Поиск
Список
Период
Сортировка

Typo fix

От
Amit Langote
Дата:
Attached fixes a typo:

    /* the extra unit accounts for the autovacuum launcher */

    MaxBackends = MaxConnections + autovacuum_max_workers + 1 +

-       +max_worker_processes;

+       max_worker_processes;

Thanks,
Amit

Вложения

Re: Typo fix

От
Tom Lane
Дата:
Amit Langote <amitlangote09@gmail.com> writes:
> Attached fixes a typo:

Pushed, thanks.
        regards, tom lane