Minor changes to autovacuum worker: change error handling so that it continues
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 24 Oct 2007 19:08:25 +0000 (19:08 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 24 Oct 2007 19:08:25 +0000 (19:08 +0000)
commit12cb22ff4ef8b8169c7a9c29e1050e35d71ceac0
tree3a0d197c93eca47fc0171c34c9de0b82ff60ea6b
parent6e50cb707498ddf7dc0b87cc350eaa0821652e35
Minor changes to autovacuum worker: change error handling so that it continues
with the next table on schedule instead of exiting, in all cases instead of
just on query cancel.

Add a errcontext() line indicating the activity of the worker to the error
message when it is cancelled.

Change the WorkerInfo struct to contain a pointer to the worker's PGPROC
instead of just the PID.

Add forgotten post-auth delays, per Simon Riggs.  Also to autovac launcher.
src/backend/postmaster/autovacuum.c