Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3647c3

Browse files
committed
cleanup
1 parent659f79b commitc3647c3

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
#ifndefNO_SECURITY

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp