]> 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:18:32 +0000 (09:18 -0400)
commita1195a5c26c316b46a6c4a8268116b6deeab2d72
tree517c6946a78cc8f06f22de0e8ffc772d4705edf3
parentaa7cd144062bef3baf8fd4548c0f54bb108c3270
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