File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.152 2000/05/29 15:44:55 momjian Exp $
11
+ * $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.153 2000/05/29 15:48:47 momjian Exp $
12
12
*
13
13
14
14
*-------------------------------------------------------------------------
@@ -548,12 +548,6 @@ analyze_rel(Oid relid, List *va_cols)
548
548
return ;
549
549
}
550
550
551
- /*
552
- * Open the class, get an exclusive lock on it, and check permissions.
553
- *
554
- * Note we choose to treat permissions failure as a NOTICE and keep
555
- * trying to vacuum the rest of the DB --- is this appropriate?
556
- */
557
551
onerel = heap_open (relid , AccessShareLock );
558
552
559
553
#ifndef NO_SECURITY
You can’t perform that action at this time.
0 commit comments