pgsql: Log when a BRIN autosummarization request fails

2018-03-14 Thread Alvaro Herrera
Log when a BRIN autosummarization request fails Autovacuum's 'workitem' request queue is of limited size, so requests can fail if they arrive more quickly than autovacuum can process them. Emit a log message when this happens, to provide better visibility of this. Backpatch to 10. While this rep

pgsql: Log when a BRIN autosummarization request fails

2018-03-14 Thread Alvaro Herrera
Log when a BRIN autosummarization request fails Autovacuum's 'workitem' request queue is of limited size, so requests can fail if they arrive more quickly than autovacuum can process them. Emit a log message when this happens, to provide better visibility of this. Backpatch to 10. While this rep