Typo fix - Mailing list pgsql-hackers

From Amit Langote
Subject Typo fix
Date
Msg-id CA+HiwqHQVLc52oSGitzWTPnXk+5jW+BZVRngFuFuUM5YHKnmLA@mail.gmail.com
Whole thread Raw
Responses Re: Typo fix  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Respect TEMP_CONFIG when running contrib regression tests.
Next
From: Artur Zakirov
Date:
Subject: Re: Proposal: Generic WAL logical messages