mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
cleanup
This commit is contained in:
parent
659f79be7a
commit
c3647c3d06
@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* 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;
|
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);
|
onerel = heap_open(relid, AccessShareLock);
|
||||||
|
|
||||||
#ifndef NO_SECURITY
|
#ifndef NO_SECURITY
|
||||||
|
Loading…
Reference in New Issue
Block a user