When VACUUM or ANALYZE skips a concurrently dropped table, log it.

Robert Haas <rhaas@postgresql.org>

Commit: ab6eaee88420db58a948849d5a735997728d73a9
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-12-04T20:25:55Z
Releases: 11.0
When VACUUM or ANALYZE skips a concurrently dropped table, log it.

Hopefully, the additional logging will help avoid confusion that
could otherwise result.

Nathan Bossart, reviewed by Michael Paquier, Fabrízio Mello, and me

Files

Documentation touched