Skip to content

Commit c3647c3

Browse files
committed
cleanup
1 parent 659f79b commit c3647c3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/backend/commands/vacuum.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
1414
*-------------------------------------------------------------------------
@@ -548,12 +548,6 @@ analyze_rel(Oid relid, List *va_cols)
548548
return;
549549
}
550550

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-
*/
557551
onerel = heap_open(relid, AccessShareLock);
558552

559553
#ifndef NO_SECURITY

0 commit comments

Comments
 (0)