This commit is contained in:
Bruce Momjian 2000-05-29 15:48:47 +00:00
parent 659f79be7a
commit c3647c3d06
1 changed files with 1 additions and 7 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.152 2000/05/29 15:44:55 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.153 2000/05/29 15:48:47 momjian Exp $
*
*-------------------------------------------------------------------------
@ -548,12 +548,6 @@ analyze_rel(Oid relid, List *va_cols)
return;
}
/*
* Open the class, get an exclusive lock on it, and check permissions.
*
* Note we choose to treat permissions failure as a NOTICE and keep
* trying to vacuum the rest of the DB --- is this appropriate?
*/
onerel = heap_open(relid, AccessShareLock);
#ifndef NO_SECURITY