]> granicus.if.org Git - postgresql/commit
Log a better message when canceling autovacuum.
authorRobert Haas <rhaas@postgresql.org>
Thu, 26 Jul 2012 13:18:32 +0000 (09:18 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 26 Jul 2012 13:19:03 +0000 (09:19 -0400)
commitd7318d43d891bd63e82dcfc27948113ed7b1db80
treef1c0e4e800a20cf8cdd22bfba189b3b64ad9da86
parent4da8fc05f0a7a8b08d7ba43658bd952a54376611
Log a better message when canceling autovacuum.

The old message was at DEBUG2, so typically it didn't show up in the
log at all.  As a result, in most cases where autovacuum was canceled,
the only information that was logged was the table being vacuumed,
with no indication as to what problem caused the cancel.  Crank up
the level to LOG and add some more details to assist with debugging.

Back-patch all the way, per discussion on pgsql-hackers.
src/backend/storage/lmgr/proc.c