Typo fix

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Typo fix
Date: 2016-02-27 16:19:23
Message-ID: CA+HiwqHQVLc52oSGitzWTPnXk+5jW+BZVRngFuFuUM5YHKnmLA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
typo.patch application/octet-stream 522 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Artur Zakirov 2016-02-27 16:35:12 Re: Proposal: Generic WAL logical messages
Previous Message Robert Haas 2016-02-27 15:23:20 Re: [COMMITTERS] pgsql: Respect TEMP_CONFIG when running contrib regression tests.