pgsql: Make lazy_vacuum_rel call pg_rusage_init only if needed.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make lazy_vacuum_rel call pg_rusage_init only if needed.
Date: 2011-08-18 14:05:14
Message-ID: E1Qu3De-0000LE-NN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make lazy_vacuum_rel call pg_rusage_init only if needed.

do_analyze_rel already does it this way.

Euler Taveira de Oliveira

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0f7acbeddfba502587065a5aa6da5b0d1fac4f38

Modified Files
--------------
src/backend/commands/vacuumlazy.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-08-18 14:10:45 pgsql: Strip whitespace from SQL blocks in the isolation test suite. Th
Previous Message Heikki Linnakangas 2011-08-18 13:57:56 pgsql: Add an SSI regression test that tests all interesting permutatio