Minor changes to autovacuum worker: change error handling so that it continues

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 2627c83561d8a0ff1f07d85426a389c5eb82980f
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2007-10-24T19:08:25Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/backend/postmaster/autovacuum.c modified +52 −43