pgsql: Separate the code to start a new worker into its own function.

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Separate the code to start a new worker into its own function.
Date: 2007-03-23 21:45:17
Message-ID: 20070323214517.401199FB509@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Separate the code to start a new worker into its own function. The code is
exactly the same, modulo whitespace.

Modified Files:
--------------
pgsql/src/backend/postmaster:
autovacuum.c (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.36&r2=1.37)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-03-23 21:57:10 pgsql: Set the node properly, per Tom.
Previous Message Alvaro Herrera 2007-03-23 21:23:13 pgsql: Separate fetch of pg_autovacuum tuple into its own function.