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

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

From
alvherre@postgresql.org (Alvaro Herrera)
Date:
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)