]> granicus.if.org Git - postgresql/commit
When VACUUM or ANALYZE skips a concurrently dropped table, log it.
authorRobert Haas <rhaas@postgresql.org>
Mon, 4 Dec 2017 20:23:36 +0000 (15:23 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 4 Dec 2017 20:25:55 +0000 (15:25 -0500)
commitab6eaee88420db58a948849d5a735997728d73a9
tree3d9abedc861185f4eb6d4c7005b9eb84ca74ea40
parentecc27d55f4c37a8485a7d0e1dae0eb5ef2bc886e
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
doc/src/sgml/config.sgml
src/backend/commands/analyze.c
src/backend/commands/vacuum.c
src/test/isolation/expected/vacuum-concurrent-drop.out [new file with mode: 0644]
src/test/isolation/isolation_schedule
src/test/isolation/specs/vacuum-concurrent-drop.spec [new file with mode: 0644]