]> granicus.if.org Git - postgresql/commit
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)
commit2627c83561d8a0ff1f07d85426a389c5eb82980f
treeb2de6df4f6cd498d815c002128fa05a33d24b07e
parentc29a9c37bf6bdaaaa65ccbcd4c69c596691134e1
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