bg worker: patch 4 of 6 - renaming

From: Markus Wanner <markus(at)bluegap(dot)ch>
To: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: bg worker: patch 4 of 6 - renaming
Date: 2010-07-13 14:31:22
Message-ID: 4C3C78BA.50903@bluegap.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Lots of variable renaming and comment adjustment, mostly to achieve a
consistent naming. The former launcher gets renamed to coordinator and
the avworkers to background (bg)workers. No functional change (hopefully).

The GUC autovacuum_max_workers got renamed to max_background_workers.

Attachment Content-Type Size
step4-renamed.diff text/x-diff 117.9 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-07-13 14:31:25 Re: log files and permissions
Previous Message Markus Wanner 2010-07-13 14:31:13 bg worker: patch 3 of 6 - sockets