]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Avoid crashing when a table is deleted while we're on the process of checking
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 17 Jul 2008 21:02:41 +0000 (21:02 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 17 Jul 2008 21:02:41 +0000 (21:02 +0000)
commitf1583ed591fb2f1eccce3d3dcd30a0a802543adc
treeb957bedb7734d976e741c607365ad020d7c1ad13
parent6dafb5b4ae9753b3951878dd1d6f353cc6f9e388
Avoid crashing when a table is deleted while we're on the process of checking
it.  This is a stripped down version of the patch applied to HEAD.

Per report from Tom Lane based on buildfarm evidence.
src/backend/postmaster/autovacuum.c