pgsql: Cosmetic changes: rename some struct fields, and move the

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cosmetic changes: rename some struct fields, and move the
Date: 2007-03-27 20:36:03
Message-ID: 20070327203603.DE7E79FB72B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Cosmetic changes: rename some struct fields, and move the fetching of pgstat
table entries to a separate routine. Don't pass the pgstat database entry to
do_autovacuum; rather, have it fetch it by itself.

Modified Files:
--------------
pgsql/src/backend/postmaster:
autovacuum.c (r1.38 -> r1.39)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.38&r2=1.39)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-03-27 21:47:10 pgsql: Install import libraries used to link to libpq, ecpg and the
Previous Message Bruce Momjian 2007-03-27 17:27:01 pgsql: Remove item due to lack of interest: < * %Add pg_get_acldef(),